-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.47 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
{
"name": "root",
"version": "0.0.0",
"private": true,
"repository": "https://github.com/NullVoxPopuli/ember-data-resources",
"license": "MIT",
"author": "NullVoxPopuli",
"scripts": {
"_start:docs": "pnpm --filter docs-app start",
"_start:package": "pnpm --filter 'ember-data-resources' start --no-watch.clearScreen",
"_start:tests": "pnpm --filter test-app start",
"build": "turbo run build --output-logs errors-only",
"lint": "turbo run _:lint --output-logs errors-only",
"lint:fix": "turbo run _:lint:fix --output-logs errors-only",
"prepare": "pnpm --filter 'ember-data-resources' build",
"start": "pnpm build; concurrently 'npm:_start:*' --prefix ' ' --restart-after 5000 --restart-tries -1",
"test": "turbo run test --output-logs errors-only"
},
"devDependencies": {
"@nullvoxpopuli/dev": "workspace:*",
"concurrently": "^9.1.2",
"prettier": "^3.5.3",
"prettier-plugin-ember-template-tag": "^2.0.5",
"release-plan": "^0.16.0",
"turbo": "^1.11.3"
},
"packageManager": "pnpm@8.15.8",
"engines": {
"node": ">= 18.*",
"npm": "use pnpm",
"yarn": "use pnpm"
},
"volta": {
"node": "20.12.2",
"pnpm": "8.15.8"
},
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"typescript",
"ember-source"
],
"ignoreMissing": [
"webpack",
"rsvp",
"@ember-data/tracking"
]
},
"overrides": {
"@types/eslint": "^8.0.0"
}
}
}