-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.39 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.39 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
{
"name": "ember-cli-update-codemods-manifest",
"version": "3.0.32",
"private": true,
"description": "Master list of codemods and their instructions used by ember-cli-update",
"homepage": "https://github.com/ember-cli/ember-cli-update-codemods-manifest#readme",
"bugs": {
"url": "https://github.com/ember-cli/ember-cli-update-codemods-manifest/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-cli-update-codemods-manifest.git"
},
"license": "MIT",
"author": "Kelly Selden",
"scripts": {
"lint:git": "commitlint",
"lint:js": "eslint",
"release": "next release --package-files package.json --bump-files package.json --scripts.precommit \"pnpm install --frozen-lockfile=false && git add pnpm-lock.yaml\" --default-branch main",
"test": "mocha"
},
"devDependencies": {
"@crowdstrike/commitlint": "^8.0.0",
"@kellyselden/eslint-config": "^1.0.0",
"@kellyselden/node-template": "6.11.1",
"chai": "^4.5.0",
"ember-addon-codemods-manifest": "",
"ember-app-codemods-manifest": "",
"ember-cli-update": "3.0.1",
"eslint": "^9.34.0",
"fs-extra": "^11.0.0",
"git-fixtures": "^9.0.0",
"mocha": "^11.7.1",
"mocha-helpers": "^10.2.1",
"monorepo-next": "^13.0.0",
"renovate-config-standard": "2.4.2",
"standard-node-template": "7.2.0"
},
"engines": {
"node": ">=20.9"
}
}