-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.59 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
{
"name": "ember-cli-update-codemods-manifest",
"private": true,
"version": "2.0.10",
"description": "Master list of codemods and their instructions used by ember-cli-update",
"scripts": {
"lint:git": "commitlint",
"lint:js": "eslint . --ext js,json",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-cli-update-codemods-manifest.git"
},
"author": "Kelly Selden",
"license": "MIT",
"bugs": {
"url": "https://github.com/ember-cli/ember-cli-update-codemods-manifest/issues"
},
"homepage": "https://github.com/ember-cli/ember-cli-update-codemods-manifest#readme",
"engines": {
"node": ">=18.12"
},
"devDependencies": {
"@crowdstrike/commitlint": "^8.0.0",
"@kellyselden/node-template": "5.1.0",
"chai": "^4.4.1",
"ember-addon-codemods-manifest": "",
"ember-app-codemods-manifest": "",
"ember-cli-update": "2.0.1",
"eslint": "^8.57.0",
"eslint-config-sane": "^1.0.2",
"eslint-config-sane-node": "^2.0.0",
"eslint-plugin-json-files": "^4.2.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prefer-let": "^4.0.0",
"fs-extra": "^11.0.0",
"git-fixtures": "^8.0.0",
"mocha": "^10.7.0",
"mocha-helpers": "^9.0.1",
"monorepo-next": "^12.0.0",
"renovate-config-standard": "2.1.2",
"standard-node-template": "6.0.0"
}
}