-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 958 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": "spark-v",
"version": "1.0.2",
"description": "A CLI to bootstrap a vanilla js project",
"author": "Swarup Kumar Das",
"bugs": {
"url": "https://github.com/swarup4741/spark/issues"
},
"bin": {
"spark": "bin/spark",
"@swarup4741/spark": "bin/spark"
},
"dependencies": {
"arg": "^5.0.0",
"chalk": "^4.1.2",
"execa": "^5.1.1",
"esm": "^3.2.25",
"inquirer": "^8.1.2",
"ncp": "^2.0.0",
"ora": "^5.4.1"
},
"files": [
"bin",
"src",
"templates"
],
"homepage": "https://github.com/swarup4741/spark#readme",
"keywords": [
"cli",
"spark",
"vanillajs"
],
"license": "MIT",
"main": "src/cli.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swarup4741/spark.git"
}
}