-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.48 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
50
51
52
53
54
55
56
57
{
"name": "ng-alain-sts",
"version": "0.0.2",
"description": "Swagger to sf schema & st column in ng-alain",
"main": "./src/index",
"author": "cipchk",
"homepage": "https://ng-alain.com/",
"license": "MIT",
"scripts": {
"tsc": "tsc",
"watch": "tsc --w",
"lint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'",
"build": "bash ./build.sh",
"build:test": "bash ./build.sh -t",
"test": "TS_NODE_PROJECT=./test/tsconfig.json npm run mocha --recursive ./test/**/*.spec.ts",
"mocha": "mocha -r ts-node/register",
"ci": "npm run lint && npm run test",
"release": "npm run build && cd dist && npm publish --access public"
},
"bin": {
"ng-alain-sts": "src/index.js"
},
"keywords": [
"swagger",
"JSON Schema",
"delon",
"ng-alain"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ng-alain/sts.git"
},
"bugs": {
"url": "https://github.com/ng-alain/sts/issues"
},
"dependencies": {
"meow": "^5.0.0",
"@types/swagger-schema-official": "^2.0.15",
"extend": "^3.0.2"
},
"devDependencies": {
"@types/node": "^10.12.2",
"@types/meow": "^5.0.0",
"@types/mocha": "^5.2.5",
"@types/chai": "^4.1.7",
"@types/extend": "^3.0.0",
"typescript": "^3.2.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"mocha": "^5.2.0",
"chalk": "^2.4.0",
"chai": "^4.2.0",
"sinon": "^7.2.4",
"@types/sinon": "^7.0.7"
}
}