-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 851 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 851 Bytes
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
{
"name": "style-guide-typescript",
"version": "1.0.0",
"description": "The style guide for typescript projects at Cinergix. ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node .npm_scripts/postinstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cinergix/style-guide-typescript.git"
},
"keywords": [
"tslint"
],
"author": "Cinergix Pty Ltd",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cinergix/style-guide-typescript/issues"
},
"homepage": "https://github.com/Cinergix/style-guide-typescript#readme",
"dependencies": {
"shelljs": "^0.7.6",
"tslint-eslint-rules": "^3.4.0"
},
"peerDependencies": {
"tslint-eslint-rules": "^3.4.0"
}
}