This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.76 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
58
{
"name": "tslint-config-valorsoft",
"version": "2.2.1",
"description": "TSLint config, applies angular 2 style guide",
"main": "tslint.json",
"scripts": {
"flow.changelog": "conventional-changelog -i CHANGELOG.md -s -p angular -v",
"flow.github-release": "conventional-github-releaser -p angular",
"lint": "tslint test/fixture.ts -c tslint-local.json -p tsconfig.json --fix",
"test": "mocha test/config.spec.js",
"preversion": "npm test",
"version": "npm run flow.changelog && git add -A",
"postversion": "git push origin master && git push --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/valor-software/tslint-config-valorsoft.git"
},
"keywords": [
"styleguide",
"typescript",
"valor",
"valor-software",
"config",
"tslintconfig",
"tslint"
],
"author": "Dmitriy Shekhovtsov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/valor-software/tslint-config-valorsoft/issues"
},
"homepage": "https://github.com/valor-software/tslint-config-valorsoft#readme",
"peerDependencies": {
"codelyzer": ">=4.0.1",
"tslint": ">=5.8.0"
},
"devDependencies": {
"@angular/common": "^6.0.2",
"@angular/compiler": "^6.0.2",
"@angular/core": "^6.0.2",
"@angular/language-service": "^6.0.2",
"@angular/platform-browser": "^6.0.2",
"@angular/platform-browser-dynamic": "^6.0.2",
"chai": "^4.1.2",
"change-case": "^3.0.2",
"codelyzer": "^4.3.0",
"conventional-changelog-cli": "^1.3.22",
"conventional-github-releaser": "^2.0.2",
"husky": "0.14.3",
"mocha": "^5.1.1",
"rxjs": "^6.1.0",
"strip-json-comments": "2.0.1",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"zone.js": "^0.8.26"
}
}