-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
{
"name": "@bitaccess/ts-config",
"version": "1.3.5",
"description": "Commong typescript config",
"repository": {
"type": "git",
"url": "git+https://github.com/bitaccess/ts-config.git"
},
"author": "Dylan Seago <dylan@bitaccess.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitaccess/ts-config/issues"
},
"homepage": "https://github.com/bitaccess/ts-config#readme",
"scripts": {
"preversion": "./base/bin/preversion.sh",
"postversion": "git push && git push --tags",
"release": "npm publish --access=public"
},
"dependencies": {
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"lodash.camelcase": "^4.3.0"
},
"peerDependencies": {
"tslint": ">=5.0.0",
"typescript": ">=3.0.0"
},
"devDependencies": {
"@types/lodash.camelcase": "^4.3.6",
"rollup": "^1.10.1",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.18.0",
"tslint": "^5.16.0",
"typedoc": "^0.14.2",
"typescript": "^3.4.5"
}
}