-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 949 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
{
"name": "tslint-config-espree",
"description": "A TSLint config for Espree.io",
"version": "1.0.1",
"main": "tslint.js",
"repository": "https://github.com/isman-usoh/tslint-config-espree.git",
"author": "Isman Usoh <isman.usoh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/isman-usoh/tslint-config-espree/issues"
},
"homepage": "https://github.com/isman-usoh/tslint-config-espree/#readme",
"keywords": [
"espree.io",
"tslint",
"typescript"
],
"peerDependencies": {
"tslint": "^5"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"commitmsg": "commitlint -E GIT_PARAMS",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"conventional-changelog-cli": "^1.3.5",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
}
}