forked from duffman/tspath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1008 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
{
"name": "@invisible/tspath",
"version": "2.0.2",
"description": "TypeScript Path Igniter resolves @paths specified in tsconfig. Forked from duffman/tspath",
"scripts": {
"build": "tsc",
"tspath": "node ./dist/tspath.js"
},
"preferGlobal": true,
"bin": {
"tspath": "dist/tspath.js"
},
"keywords": [
"relative",
"path",
"typescript",
"path",
"resolve",
"alias"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/invisible-tech/tspath.git"
},
"author": "Invisible Technologies Inc. <[email protected]>",
"license": "UNLICENSED",
"dependencies": {
"@types/node": "^14.11.8",
"chalk": "^4.1.0",
"escodegen": "^2.0.0",
"espree": "^7.3.0",
"prompt-confirm": "^2.0.4",
"typescript": "^4.0.3",
"yargs": "^16.0.3"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/invisible-tech/tspath/issues"
},
"homepage": "https://github.com/invisible-tech/tspath#readme"
}