-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 923 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
{
"name": "@nkosi-tauro/create-basic-app",
"version": "1.0.6",
"description": "A CLI tool to quickly bootstrap starter code",
"main": "src/cli.js",
"bin": {
"@nkosi-tauro/create-project": "bin/create-basic-app",
"create-basic-app": "bin/create-basic-app"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"No test specified\""
},
"keywords": [
"cli",
"create-basic-app"
],
"author": "",
"license": "ISC",
"dependencies": {
"arg": "^5.0.0",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"cli-meow-help": "^2.0.2",
"cli-table3": "^0.6.0",
"esm": "^3.2.25",
"execa": "^4.1.0",
"inquirer": "^7.3.3",
"listr": "^0.14.3",
"meow": "^8.0.0",
"ncp": "^2.0.0"
},
"devDependencies": {
"mocha": "^8.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/david-osas/create-basic-app.git"
}
}