forked from adalyte/mocki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 KB
/
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
43
44
45
46
47
48
49
{
"name": "mocki",
"version": "0.3.3",
"bin": "src/cli.js",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "npx babel-node src/cli.js run --path .mocki/config.yml",
"test": "node_modules/.bin/nyc node_modules/.bin/mocha",
"coverage": "node_modules/.bin/nyc report --reporter text-lcov | coveralls"
},
"author": "adalyte",
"license": "ISC",
"homepage": "https://mocki.io",
"repository": {
"type": "git",
"url": "https://github.com/adalyte/mocki"
},
"bugs": {
"url": "https://github.com/adalyte/mocki/issues"
},
"dependencies": {
"apollo-server-express": "^2.16.1",
"chalk": "^3.0.0",
"command-line-args": "^5.1.1",
"eslint": "^7.5.0",
"express": "^4.17.1",
"faker": "^4.1.0",
"fs": "0.0.1-security",
"graphql": "^15.3.0",
"lodash": "^4.17.15",
"path-to-regexp": "^6.1.0",
"supertest": "^4.0.2",
"yaml": "^1.7.2"
},
"devDependencies": {
"bluebird": "^3.7.2",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^8.1.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.0.0",
"sinon": "^8.1.0",
"sinon-chai": "^3.4.0"
}
}