-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 866 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
{
"name": "@protofiles/cli",
"version": "0.1.3",
"description": "A tool for creating file using simply templates.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/alinnert/protofiles.git"
},
"bin": {
"proto": "dist/index.js"
},
"scripts": {
"build": "tsc"
},
"keywords": [],
"author": {
"name": "Andreas Linnert",
"email": "andreas@linnertmedia.de",
"url": "https://linnertmedia.de"
},
"license": "MIT",
"dependencies": {
"commander": "^2.20.3",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.2",
"mustache": "^3.2.1"
},
"devDependencies": {
"@types/core-js": "^2.5.3",
"@types/fs-extra": "^8.1.0",
"@types/inquirer": "^6.5.0",
"@types/mustache": "^0.8.32",
"@types/node": "^12.12.34",
"tslint": "^5.20.1",
"typescript": "^3.8.3"
}
}