-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 806 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 806 Bytes
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
{
"name": "spellsource",
"private": true,
"engines": {
"yarn": "^4.0.0",
"node": ">=22.11.0"
},
"workspaces": [
"spellsource-graphql",
"spellsource-web",
"spellsource-protos",
"spellsource-ts-proto/ts-proto"
],
"resolutions": {
"blockly": "10.0.0",
"graphql": "16.8.1",
"@types/node": "22.10.5",
"typescript": "5.3.3",
"postgraphile": "^5.0.0-beta.37"
},
"dependencies": {
"blockly": "10.0.0",
"graphile-export": "^0.0.2-beta.29",
"patch-package": "^6.5.1",
"typescript": "^5.3.3",
"yarn": "^2.4.3"
},
"devDependencies": {
"@types/node": "22.10.5",
"ts-node": "^10.9.2"
},
"packageManager": "yarn@4.5.0",
"scripts": {
"postinstall": "yarn run patch-package --patch-dir ./spellsource-web/patches"
}
}