-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
42 lines (42 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@commodo/fields-storage-mongodb",
"version": "2.1.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/webiny/commodo.git"
},
"contributors": [
"Adrian Smijulj <[email protected]>"
],
"license": "MIT",
"dependencies": {
"@commodo/fields": "^1.2.1",
"@commodo/fields-storage": "^2.1.1",
"@commodo/name": "^1.3.1",
"repropose": "^1.0.2"
},
"devDependencies": {
"@commodo/fields-storage-ref": "1.1.0-next.2",
"@commodo/hooks": "^1.2.1",
"@shelf/jest-mongodb": "^1.1.5",
"camelcase": "^5.2.0",
"mdbid": "^1.0.0",
"mongodb": "^3.5.5",
"ramda": "^0.25.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"commodo",
"composeable",
"models",
"storage",
"mongodb"
],
"scripts": {
"build": "babel src --ignore src/__tests__ --out-dir dist --source-maps",
"watch": "yarn build --watch"
}
}