-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.28 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.28 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "ember-cli-update",
"version": "3.0.1",
"description": "Update Ember CLI projects",
"keywords": [
"ember.js",
"ember-cli"
],
"homepage": "http://github.com/ember-cli/ember-cli-update#readme",
"bugs": {
"url": "http://github.com/ember-cli/ember-cli-update/issues"
},
"repository": {
"type": "git",
"url": "git+http://github.com/ember-cli/ember-cli-update.git"
},
"license": "MIT",
"author": "Kelly Selden",
"main": "src/index.js",
"bin": {
"ecu": "bin/ember-cli-update.js",
"ember-cli-update": "bin/ember-cli-update.js"
},
"files": [
"bin",
"src"
],
"scripts": {
"lint": "eslint . && prettier --check .",
"lint:fix": "eslint . --fix && prettier --write .",
"start": "node bin/ember-cli-update",
"test": "mocha",
"test:bin": "mocha --config .mocharc.bin.js",
"test:fast": "mocha --config .mocharc.fast.js",
"preversion": "yargs-help-output README.md --npm-script-name start",
"version": "git add README.md"
},
"dependencies": {
"@eslint/js": "^9.35.0",
"boilerplate-update": "^2.1.1",
"debug": "^4.2.0",
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"globals": "^16.4.0",
"inquirer": "^8.0.0",
"pacote": "^13.6.0",
"resolve": "^1.10.0",
"semver": "^7.3.2",
"tmp": "0.2.1",
"update-notifier": "^5.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
"@kellyselden/node-template": "3.0.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-fs": "^2.0.0",
"chai-string": "^1.5.0",
"ember-cli": "3.16.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-mocha": "^11.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"git-diff-apply": "^3.0.0",
"git-fixtures": "^6.0.0",
"mocha": "^10.0.0",
"mocha-helpers": "^6.2.1",
"prettier": "^3.6.2",
"release-plan": "^0.17.2",
"renovate-config-standard": "2.1.2",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"standard-node-template": "3.0.0",
"yargs-help-output": "^2.0.0"
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"engines": {
"node": ">=20"
}
}