-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.22 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@rustyrush/the-create",
"version": "1.0.15",
"description": "One create to rule them all",
"type": "module",
"main": "index.js",
"scripts": {
"test": "mocha -u tdd",
"create-jsdoc": "jsdoc -c conf.json",
"link": "npm link",
"unlink": "npm unlink -g @rustyrush/the-create",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/padunk/the-create.git"
},
"keywords": [
"create",
"create app",
"create all app",
"create new app",
"react",
"vue",
"vite"
],
"author": "Abraham Anak Agung <abraham.agel@gmail.com> (https://anakagung.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/padunk/the-create/issues"
},
"homepage": "https://github.com/padunk/the-create#readme",
"bin": {
"the-create": "bin/can",
"thecreate": "bin/can"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"files": [
"index.js",
"constants/",
"utils/",
"bin/",
"templates/",
"runner/"
],
"dependencies": {
"arg": "^5.0.2",
"chalk": "^5.3.0",
"execa": "^9.1.0",
"inquirer": "^9.2.22"
},
"devDependencies": {}
}