Ghost/core/shared/nql-map-key-values/package.json
Fabien O'Carroll ef4fd4b8ef Added shared nql-map-key-values module
no-issue

This module was being shared between multiple parts of the codebase, the
core/shared directory is a stopgap before we move it out to mongo-utils.
2019-08-12 18:41:43 +08:00

15 lines
384 B
JSON

{
"name": "nql-map-key-values",
"version": "0.0.0",
"description": "Map keys and values for nql query objects",
"main": "index.js",
"repository": "https://github.com/TryGhost/Ghost/tree/master/core/shared/nql-map-key-values",
"author": "Ghost Foundation",
"license": "MIT",
"private": true,
"dependencies": {
"@nexes/nql": "0.3.0",
"lodash": "4.17.15"
}
}