-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 923 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
{
"name": "json-schema-faker-cli",
"version": "5.0.6",
"description": "cli for json-schema-faker",
"scripts": {
"lint": "eslint app *.js",
"test": "mocha --recursive app/tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oprogramador/json-schema-faker-cli.git"
},
"bin": {
"generate-json": "./cmd.js"
},
"keywords": [
"json",
"schema",
"fake",
"faker",
"cli",
"mock"
],
"license": "MIT",
"dependencies": {
"json-schema-faker": "^0.5.0-rcv.44",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"semantic-release": "19"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.0",
"chai": "^4.3.4",
"eslint": "^7.23.0",
"eslint-config-airbnb-improved": "^5.0.0",
"mocha": "^8.3.2",
"sinon": "^14.0.0"
}
}