-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.53 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
39
40
41
42
43
44
45
46
47
{
"name": "@rating-tracker/monorepo",
"version": "6.1.0",
"title": "Rating Tracker Monorepo",
"author": {
"name": "Marvin A. Ruder",
"email": "[email protected]",
"url": "https://mruder.dev"
},
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "conc --kill-others \"yarn dev:run\" \"yarn dev:watch\" \"yarn dev:vite\" -n \",≫,\" -p \"{name}\" -c #339933,#FFCF00,#61DAFB --timings",
"test": "yarn workspaces foreach -Apv -j unlimited run test",
"build": "yarn workspaces foreach -Apv -j unlimited run build",
"build:wasm": "wasm-pack build -s rating-tracker -d ../packages/wasm --release wasm && sed -E -i.bak 's/\"module\": \"([A-Za-z0-9\\-\\.]+)\",/\"main\": \"\\1\",\\\n \"module\": \"\\1\",/g ; s/^}$/}\\\n/' packages/wasm/package.json && rm packages/wasm/package.json.bak",
"tools": "cd ./tools && yarn",
"validate": "conc \"yarn workspaces foreach -Apv -j unlimited run typecheck\" \"yarn workspaces foreach -Apv -j unlimited run lint\" -n \"ﯤ,\" -p \"{name}\" -c #3178C6,#4B32C3"
},
"packageManager": "[email protected]",
"dependencies": {
"concurrently": "9.1.0"
},
"devDependencies": {
"@yarnpkg/sdks": "3.2.0",
"eslint": "9.14.0",
"prettier": "3.3.3",
"typescript": "5.6.3"
},
"resolutions": {
"vite/esbuild": "0.24.0",
"whatwg-url": "14.0.0"
},
"dependenciesMeta": {
"@prisma/engines": {
"built": true
},
"node-gyp": {
"unplugged": false
},
"prisma": {
"built": true
}
}
}