forked from fantasycalendar/FoundryVTT-ItemPiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 898 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
{
"name": "item-piles",
"version": "1.0.0",
"description": "A foundry module.",
"license": "MIT",
"private": true,
"type": "module",
"author": "Fantasy Computerworks (https://github.com/fantasycalendar)",
"contributors": [
"Wasp <adam@fantasy-calendar.com> (https://github.com/haxxer)"
],
"dependencies": {
"@typhonjs-fvtt/runtime": "^0.0.22",
"@typhonjs-fvtt/svelte-standard": "^0.0.23",
"svelte": "^3.57.0"
},
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.238.1",
"@typhonjs-config/eslint-config": "^0.3.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8",
"svelte-dnd-action": "^0.9.18",
"svelte-preprocess": "^5",
"vite": "^4"
},
"browserslist": [
">5%",
"not IE 11"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"eslint": "eslint ."
}
}