-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "one-rules",
"version": "0.0.9",
"description": "the tslint rules for NEI.",
"main": "one-rules.json",
"scripts": {
"build": "tsc -p ./",
"clean": "rm -rf build/",
"copy": "cp -f package.json README.md one-rules.json build/",
"doPub": "npm publish ./build",
"pub": "run-s clean build copy doPub"
},
"dependencies": {
"lodash": "^4.17.10",
"tsutils": "2.13.1"
},
"peerDependencies": {
"tslint": "^5.1.0",
"typescript": ">=2.1.0 || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev"
},
"devDependencies": {
"@types/colors": "^1.1.3",
"@types/glob": "^5.0.30",
"@types/lodash": "^4.14.109",
"@types/node": "^7.0.13",
"colors": "^1.1.2",
"glob": "^7.1.2",
"npm-run-all": "^4.0.2",
"path": "^0.12.7",
"tslint": "^5.5.0",
"tslint-language-service": "^0.9.6",
"typescript": "~2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaoyangsoft/one-rules.git"
},
"keywords": ["tslint"],
"author": "NEI.",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhaoyangsoft/one-rules/issues"
},
"homepage": "https://github.com/zhaoyangsoft/one-rules#readme"
}