-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.24 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
{
"name": "@ember/optional-features",
"version": "3.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
],
"repository": {
"type": "git",
"url": "git+https://github.com/emberjs/ember-optional-features.git"
},
"license": "MIT",
"contributors": [
"Godfrey Chan <godfreykfc@gmail.com>"
],
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint:js": "eslint . --cache",
"start": "ember serve",
"test": "qunit tests/**/*-test.js"
},
"dependencies": {
"ember-cli-version-checker": "^5.1.2",
"inquirer": "^13.2.2",
"silent-error": "^1.1.1",
"tinyglobby": "^0.2.15"
},
"devDependencies": {
"broccoli-test-helper": "^2.0.0",
"ember-cli": "~6.10.0",
"ember-cli-dependency-checker": "^3.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"execa": "^4.0.3",
"prettier": "^2.3.2",
"qunit": "^2.16.0",
"release-plan": "^0.17.4"
},
"packageManager": "pnpm@10.29.1",
"engines": {
"node": ">= 20.19"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}