-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 985 Bytes
/
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
{
"name": "@fusionworks/ts-lint",
"version": "0.0.7",
"private": false,
"description": "All tslint configuraitons for fusionworks bundled in here.",
"main": "tslint.js",
"scripts": {
"build": "node lib/create_dist",
"patch": "npm version patch -m \"[skip travis] Release version: %s\"",
"prerelease": "npm whoami && npm run patch && npm run build",
"release": "npm publish dist --access public"
},
"homepage": "https://github.com/FusionWorks/ts-lint",
"repository": {
"url": "https://github.com/FusionWorks/ts-lint",
"type": "git"
},
"keywords": [
"npm",
"tsc",
"airbnb",
"tslint",
"angular",
"vue",
"react",
"lint",
"typescript"
],
"author": "GrigoreMe",
"license": "ISC",
"dependencies": {
"tslint-config-airbnb": "^5.11.1"
},
"devDependencies": {
"fs-extra": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
},
"peerDependencies": {
"tslint": "^5.11.0"
}
}