-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 KB
/
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
43
44
45
46
47
48
49
50
51
52
{
"name": "bedrock-cli",
"version": "0.1.1",
"description": "Bedrock CLI",
"repository": "[email protected]:bedrockio/bedrock-cli.git",
"license": "MIT",
"scripts": {
"test": "jest",
"lint": "eslint",
"build": "scripts/build",
"postinstall": "scripts/build"
},
"dependencies": {
"@yeongjet/joi-to-json-schema": "^1.0.4",
"commander": "^6.1.0",
"compare-versions": "^3.6.0",
"execa": "^4.0.3",
"glob": "^7.1.6",
"js-yaml": "^4.1.0",
"kleur": "^4.1.3",
"listr": "^0.14.3",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
"open": "^7.3.0",
"pluralize": "^8.0.0",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"server-destroy": "^1.0.1",
"tmp": "^0.2.1"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@bedrockio/prettier-config": "^1.0.0",
"@koa/router": "^10.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.22.0",
"eslint-plugin-bedrock": "^1.0.26",
"jest": "^29.7.0",
"joi": "^17.4.0"
},
"engines": {
"node": ">=20.18.1"
},
"volta": {
"node": "22.12.0",
"yarn": "1.22.22"
}
}