-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·47 lines (47 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
{
"name": "oyl",
"description": "Organize Your Life",
"version": "1.0.0",
"author": "Steve Hynding",
"scripts": {
"all-of": "pnpm --filter @oyl/all-of-oyl",
"strapi-app": "pnpm --filter @oyl/strapi-oyl-app",
"vanilla": "pnpm --filter @oyl/vanilla-oyl",
"e2e": "pnpm --filter @oyl/e2e-oyl e2e",
"deploy:pi": "bash scripts/deploy-pi.sh",
"test": "pnpm --filter './packages/*' --filter './apps/*' --if-present test",
"lint": "pnpm --filter './packages/*' --filter './apps/*' --if-present lint",
"typecheck": "pnpm --filter './packages/*' --filter './apps/*' --if-present typecheck"
},
"dependencies": {
"prettier": "^3.6.2"
},
"packageManager": "pnpm@10.13.1",
"engines": {
"pnpm": ">=10.6.1"
},
"pnpm": {
"overrides": {
"fast-uri": "^3.1.2",
"postcss": "^8.5.15",
"uuid": "^11.1.1",
"shell-quote": "^1.8.4"
},
"onlyBuiltDependencies": [
"@swc/core",
"better-sqlite3",
"esbuild",
"farmhash",
"sharp",
"unrs-resolver"
],
"ignoredBuiltDependencies": [
"core-js-pure"
],
"supportedArchitectures": {
"os": ["current", "linux"],
"cpu": ["current", "arm64"],
"libc": ["current", "musl"]
}
}
}