-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 939 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
{
"name": "tslint-plugin-emotion",
"version": "1.0.4",
"main": "tslint-emotion.json",
"repository": "[email protected]:Werter12/tslint-plugin-emotion.git",
"author": "Oleksandr Samofan <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc -p ./",
"clean": "rm -rf /build",
"copy": "cp -f package.json README.md tslint-emotion.json build/",
"lint": "tslint --project tsconfig.json --format codeFrame",
"test": "tslint -r ./build/rules/ --test ./test/rules/**/tslint.json ./test/rules/**/**/tslint.json ",
"verify": "run-s build lint test"
},
"peerDependencies": {
"tslint": "^5.1.0",
"typescript": ">=2.1.0 || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev"
},
"devDependencies": {
"@types/node": "^10.12.18",
"@types/glob": "^7.1.1",
"npm-run-all": "^4.1.5",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"dependencies": {
"tsutils": "^3.6.0"
}
}