-
Notifications
You must be signed in to change notification settings - Fork 109
/
package.json
38 lines (38 loc) · 1.03 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
{
"private": true,
"repository": "https://github.com/embroider-build/ember-auto-import",
"workspaces": [
"packages/*",
"test-scenarios",
"types/*"
],
"scripts": {
"postinstall": "patch-package",
"nom": "rm -rf node_modules packages/*/node_modules test-scenarios/node_modules types/*/node_modules",
"test": "cd test-scenarios && npm run test",
"watch": "cd packages/ember-auto-import && npm run compile -- --watch"
},
"dependencies": {
"resolve-package-path": "^3.1.0",
"semver": "^7.3.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"babel-eslint": "^8.0.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^3.3.0",
"patch-package": "^6.5.1",
"prettier": "^2.2.1",
"release-plan": "^0.9.0"
},
"volta": {
"node": "16.20.1"
},
"overrides": {
"glob@>=9.0.0": "^8.0.0"
}
}