-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 713 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 713 Bytes
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
{
"name": "create-ts-web-app",
"version": "0.0.4",
"description": "Create web app with typescript support",
"repository": {
"type": "git",
"url": "https://github.com/VoloshchenkoAl/create-ts-web-app.git"
},
"license": "MIT",
"bin": {
"create-ts-web-app": "./bin/index.js"
},
"author": "Aleksandr Voloshchenko <voloshchenkoal@gmail.com>",
"dependencies": {
"commander": "^5.0.0",
"fs-extra": "^9.0.0"
},
"files": [
"bin",
"template"
],
"bugs": {
"url": "https://github.com/VoloshchenkoAl/create-ts-web-app/issues"
},
"keywords": [
"typescript",
"create-web-app"
]
}