-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.24 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
{
"name": "ember-learn-release-tool",
"version": "1.1.0",
"description": "A tool to help the Ember Core Learning Team manage releases",
"keywords": [],
"repository": {
"type": "git",
"url": "git@github.com:ember-learn/ember-learn-release-tool.git"
},
"license": "MIT",
"author": "",
"type": "module",
"bin": "cli.js",
"scripts": {
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:prettier": "prettier -c .",
"lint:prettier:fix": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"commander": "^12.1.0",
"enquirer": "^2.4.1",
"execa": "^9.5.2",
"semver": "^7.6.3",
"yaml": "^2.6.1"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"concurrently": "^9.1.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"release-plan": "^0.11.0"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}