@commodo/fields-storage-nedb
Version:
We're working hard to get all the docs in order. New articles will be added daily.
33 lines (32 loc) • 689 B
JSON
{
"name": "@commodo/fields-storage-nedb",
"version": "2.1.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/webiny/commodo.git"
},
"contributors": [
"Adrian Smijulj <adrian@webiny.com>"
],
"license": "MIT",
"dependencies": {
"@commodo/fields": "^1.2.1",
"nedb-promises": "^4.0.3"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"commodo",
"composeable",
"models",
"storage",
"nedb"
],
"scripts": {
"build": "babel src --ignore src/__tests__ --out-dir dist --source-maps",
"watch": "yarn build --watch"
},
"gitHead": "66087865a6713a881f058da23ad4d19d6ae20a49"
}