-
-
Notifications
You must be signed in to change notification settings - Fork 122
/
package.json
34 lines (34 loc) · 1.09 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
{
"private": true,
"repository": "https://github.com/adopted-ember-addons/ember-moment.git",
"license": "MIT",
"author": "",
"scripts": {
"clean": "rm -rf dist node_modules ember-moment/node_modules test-app-3.x/node_modules test-app-4.x/node_modules test-app-5.x/node_modules",
"build": "pnpm --filter ember-moment build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "pnpm build",
"start": "concurrently 'pnpm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-moment start --no-watch.clearScreen",
"start:test-app-5.x": "pnpm --filter test-app-5.x start",
"test": "pnpm --filter '*' test",
"test:ember": "pnpm --filter '*' test:ember"
},
"devDependencies": {
"concurrently": "^8.2.2",
"prettier": "^3.3.2",
"prettier-plugin-ember-template-tag": "^2.0.2",
"release-plan": "^0.9.0"
},
"volta": {
"node": "18.20.3",
"pnpm": "9.4.0"
},
"pnpm": {
"overrides": {
"@types/eslint": "^7.0.0"
}
},
"packageManager": "pnpm@9.4.0"
}