-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "update-blueprint-deps",
"version": "0.4.0",
"description": "",
"keywords": [],
"repository": {
"type": "git",
"url": "[email protected]:ember-cli/update-blueprint-deps.git"
},
"license": "MIT",
"author": "",
"type": "module",
"main": "index.js",
"bin": "main.js",
"files": [
"index.js",
"main.js"
],
"scripts": {
"format": "prettier . --cache --write",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto && npm run format",
"lint:format": "prettier . --cache --check",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"test": "vitest"
},
"dependencies": {
"commander": "^14.0.0",
"latest-version": "^9.0.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"concurrently": "^9.1.2",
"eslint": "^9.27.0",
"fixturify-project": "^7.1.3",
"globals": "^16.1.0",
"prettier": "^3.5.3",
"release-plan": "^0.18.0",
"semver": "^7.7.2",
"vitest": "^3.1.4"
},
"packageManager": "[email protected]"
}