-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"version": "0.9.5",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/btecu/ember-select.git"
},
"license": "MIT",
"author": "Bj Tecu",
"scripts": {
"build": "pnpm --filter ember-select 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-select start",
"start:test-app": "pnpm --filter test-app start",
"test": "pnpm --filter \"*\" test"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.6",
"@eslint/js": "^9.39.3",
"concurrently": "^9.2.1",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-ember": "^12.7.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.24.0",
"globals": "^16.5.0",
"prettier-plugin-ember-template-tag": "^2.1.3"
},
"workspaces": [
"ember-select",
"test-app"
],
"packageManager": "pnpm@10.30.3",
"volta": {
"node": "22.22.0",
"pnpm": "10.30.3"
}
}