-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1004 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
43
44
45
{
"name": "@lushijie/thrift-mock",
"version": "3.2.0",
"description": "",
"main": "index.js",
"bin": {
"tmock": "bin/cli.js"
},
"scripts": {
"lint": "eslint ./src/ --fix",
"demo": "bin/cli.js -f ./demo/simple/s1.thrift -o ./demo/simple/s1.json",
"pre-lint": "node eslint-ci-check.js"
},
"pre-commit": [
"pre-lint"
],
"author": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/lushijie/thrift-mock"
},
"keywords": [
"thrift",
"mock",
"thrift-mock",
"thrift-json"
],
"license": "ISC",
"dependencies": {
"@lushijie/thriftrw": "^3.11.3",
"@lushijie/utils": "^1.2.0",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"core-util-is": "^1.0.2",
"inquirer": "^6.2.0",
"random": "^2.0.12",
"randomstring": "^1.1.5",
"stringify-object": "^3.3.0"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-meishi": "^1.0.1",
"pre-commit": "^1.2.2"
}
}