-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 777 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 777 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
30
31
32
33
34
{
"name": "skaffy",
"version": "1.1.0",
"description": "Tired of creating the same folders and files, well... Say hi to skaffy",
"main": "index.js",
"bin": {
"skaffy": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "zaagan/skaffy",
"keywords": [
"boilerplate",
"scaffold"
],
"author": "zaagan",
"license": "MIT",
"bugs": {
"url": "https://github.com/zaagan/skaffy/issues"
},
"homepage": "https://github.com/zaagan/skaffy#readme",
"dependencies": {
"boxen": "^4.2.0",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"glob": "^7.1.6",
"i": "^0.3.6",
"ncp": "^2.0.0",
"prompt": "^1.0.0",
"terminal-char-table": "^2.0.2",
"yargs": "^16.0.3"
}
}