-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 976 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 976 Bytes
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
{
"name": "frontier",
"version": "0.1.0",
"description": "A Universal ODM for NodeJS",
"main": "src/index.js",
"license": "MIT",
"private": false,
"scripts": {
"lint": "eslint ./",
"test": "mocha",
"coverage": "nyc mocha"
},
"dependencies": {
"couchbase": "^2.6.4",
"dataloader": "^1.4.0",
"graphql-date": "^1.0.0",
"graphql-type-json": "^0.3.0",
"lodash": "^4.17.14",
"uuid": "^3.3.2"
},
"peerDependencies": {
"graphql": "^14.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"graphql": "^14.3.1",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"ottoman": "https://github.com/Keepsite/node-ottoman/tarball/55aed95c6a5b99d7e2d600da0778b195a232b750",
"prettier": "^1.17.1"
}
}