-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1020 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
42
43
44
45
46
47
48
{
"name": "typetron",
"version": "0.3.17",
"description": "Typetron CLI",
"keywords": [
"typetron",
"framework",
"cli",
"typescript",
"nodejs",
"javascript"
],
"main": "index.js",
"bin": {
"typetron": "index.js"
},
"scripts": {
"test": "node index.js new test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typetron/cli.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/typetron/cli/issues"
},
"homepage": "https://github.com/typetron/cli#readme",
"dependencies": {
"@types/cli-table": "^0.3.0",
"@types/listr": "^0.14.4",
"@types/node": "^16.9.3",
"@types/unzipper": "^0.10.4",
"@typetron/framework": "^0.3.16",
"cli-table": "^0.3.6",
"commander": "^8.2.0",
"fstream": "^1.0.12",
"listr": "^0.14.3",
"node-fetch": "^2.6.7",
"pkg-install": "^1.0.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.2.1",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.1.4",
"unzipper": "^0.10.11"
}
}