-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 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
{
"name": "pf2e-lang-it",
"private": "true",
"type": "module",
"scripts": {
"exec": "cd sources && pnpm run exec -d ../../pf2e",
"build:scripts": "esbuild scripts/build.ts scripts/release-notes.ts --bundle --outdir=tmp --platform=node --format=esm --external:./node_modules/*",
"build": "node tmp/build.js",
"release-notes": "node tmp/release-notes.js"
},
"devDependencies": {
"@octokit/core": "^4.2.0",
"@types/jquery": "^3.5.31",
"@types/node": "^18.11.18",
"esbuild": "^0.17.2",
"foundry-types": "https://gitpkg-murex.vercel.app/foundryvtt/pf2e/types/foundry?93fd5cdd8ae5b18636124ef3b7634246e3753edc",
"typescript": "^5.8.3"
},
"pnpm": {
"packageExtensions": {
"foundry-types": {
"dependencies": {
"@types/jquery": "^3.5.14",
"@types/node": "^18.11.12",
"pixi.js": "6.5.2",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"tinymce": "^6.1.2",
"typescript": "^5.3.3"
}
}
}
},
"packageManager": "pnpm@9.5.0"
}