-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.01 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
{
"name": "openenv",
"version": "0.1.0",
"description": "The open standard for production-ready full-stack starter kits",
"type": "module",
"bin": {
"openenv": "./packages/cli/src/index.js"
},
"scripts": {
"dev": "node packages/cli/src/index.js",
"test": "echo \"No tests defined yet\" && exit 0",
"postinstall": "node packages/cli/src/scripts/postinstall.js"
},
"keywords": [
"cli",
"starter-kit",
"boilerplate",
"scaffold",
"fullstack",
"openenv"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"axios": "^1.7.2",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.3.7",
"ora": "^8.1.0",
"semver": "^7.6.3",
"simple-git": "^3.25.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Sparkyyy45/openenv.git"
},
"homepage": "https://openenv.dev",
"bugs": {
"url": "https://github.com/Sparkyyy45/openenv/issues"
},
"license": "MIT"
}