-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "pslint",
"version": "1.3.0",
"description": "A collection of useful TSLint rules.",
"author": "Peter Safranek <pe8ter@mac.com> (https://pe8ter.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/pe8ter/pslint#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pe8ter/pslint.git"
},
"bugs": {
"url": "https://github.com/pe8ter/pslint/issues"
},
"keywords": [
"lint",
"tslint",
"typescript"
],
"engines": {
"node": ">=10.13.0",
"npm": ">=6.4.1"
},
"scripts": {
"gulp": "if [ \"$NO_COLOR\" = \"1\" ]; then export GULP_NO_COLOR=--no-color; fi; gulp $GULP_NO_COLOR",
"test": "ts-node test/ruleTestRunner.ts",
"test-debug": "node --inspect-brk ./node_modules/ts-node/dist/bin -- test/ruleTestRunner.ts",
"npm-check": "npm-check -u"
},
"devDependencies": {
"@types/del": "^4.0.0",
"@types/glob": "^7.1.1",
"@types/gulp": "^4.0.6",
"@types/gulp-json-editor": "^2.2.31",
"@types/gulp-json-validator": "^1.2.0",
"@types/just-pick": "^2.1.0",
"@types/node": "^10.14.3",
"chalk": "^2.4.2",
"del": "^5.0.0",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-json-editor": "^2.5.3",
"gulp-json-validator": "^1.2.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"just-pick": "^2.1.0",
"npm-check": "^5.9.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
}
}