-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 926 Bytes
/
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
{
"private": true,
"name": "fcp",
"version": "0.4.0",
"description": "A programmable command palette for the Foundry VTT",
"type": "module",
"scripts": {
"bundle": "NODE_ENV=production npx tsx esbuild.ts",
"dev": "npx tsx esbuild.ts",
"publish": "npx tsx tools/publish.ts"
},
"keywords": [],
"author": "aMediocreDad",
"license": "MIT",
"devDependencies": {
"@actus/svelte": "^2.3.2",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.3",
"esbuild": "^0.15.2",
"esbuild-svelte": "^0.7.1",
"execa": "^6.1.0",
"svelte": "^3.49.0",
"tsx": "^3.8.2",
"typescript": "^4.7.4"
},
"pnpm": {
"patchedDependencies": {
"@actus/[email protected]": "patches/@[email protected]"
}
},
"optionalDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.269.0",
"@types/node": "^18.7.3"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.7.0"
}
}