-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 970 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 970 Bytes
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
{
"name": "bedrock-cli",
"version": "0.2.1",
"description": "Bedrock CLI",
"repository": "git@github.com:bedrockio/bedrock-cli.git",
"license": "MIT",
"type": "module",
"scripts": {
"test": "jest",
"lint": "eslint"
},
"dependencies": {
"commander": "^13.1.0",
"compare-versions": "^3.6.0",
"execa": "^4.0.3",
"glob": "^11.0.1",
"js-yaml": "^4.1.0",
"kleur": "^4.1.3",
"listr2": "^8.2.5",
"lodash-es": "^4.17.21",
"open": "^7.3.0",
"pluralize": "^8.0.0",
"prompts": "^2.4.2"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/preset-env": "^7.26.8",
"@bedrockio/eslint-plugin": "^1.1.7",
"@bedrockio/prettier-config": "^1.1.0",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"eslint": "^9.20.1",
"jest": "^29.7.0",
"prettier": "^3.5.0"
},
"engines": {
"node": ">=20.18.1"
},
"volta": {
"node": "22.20.0",
"yarn": "1.22.22"
}
}