-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 899 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
{
"name": "ts-alias-transformer",
"version": "0.0.2",
"description": "",
"main": "dist/cli.js",
"scripts": {
"test": "jest",
"clean": "rm -rf dist",
"prepare": "npm run clean && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksaldana1/ts-alias-transformer.git"
},
"keywords": [],
"files": [
"dist"
],
"bin": "./dist/cli.js",
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ksaldana1/ts-alias-transformer/issues"
},
"homepage": "https://github.com/ksaldana1/ts-alias-transformer#readme",
"dependencies": {
"commander": "^2.19.0",
"lodash": "^4.17.11",
"ts-node": "^8.0.1",
"typescript": "^3.2.4"
},
"devDependencies": {
"@types/jest": "^23.3.13",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.18",
"jest": "^23.6.0",
"ts-jest": "^23.10.5"
}
}