-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 987 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 987 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
30
31
32
33
34
35
36
37
{
"name": "tslint-bamboo-formatter",
"version": "0.0.7",
"description": "Custom formatter for bamboo and typescript files",
"main": "formatters/bambooFormatter.js",
"scripts": {
"prepublish": "tsc --build tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint -c tslint.json -s formatters -t bamboo index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gerasimov94/tslint-bamboo-formatter.git"
},
"keywords": [
"tslint",
"bamboo",
"formatter"
],
"author": "Alexey Gerasimov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gerasimov94/tslint-bamboo-formatter/issues"
},
"homepage": "https://github.com/Gerasimov94/tslint-bamboo-formatter#readme",
"peerDependencies": {
"tslint": "6.0.0"
},
"devDependencies": {
"@types/node": "13.5.0",
"tslint": "6.0.0",
"typescript": "3.7.5"
},
"directories": {
"formatters": "formatters"
}
}