forked from otigon/automated-jb2a-animations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 896 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
{
"name": "autoanimations",
"description": "This will automatically run most JB2A Animations such as Melee/Ranged Attacks, Spell Attacks, and Instant Spells.",
"license": "MIT",
"private": true,
"type": "module",
"author": "Otigon (https://github.com/otigon)",
"contributors": [
"Otigon (https://github.com/otigon)",
"Michael Leahy <[email protected]> (https://github.com/typhonrt)"
],
"dependencies": {
"@typhonjs-fvtt/runtime": "^0.0.23",
"@typhonjs-fvtt/svelte-standard": "^0.0.23",
"svelte": "^3.56.0"
},
"devDependencies": {
"@typhonjs-config/eslint-config": "^0.3.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8",
"svelte-preprocess": "^5",
"vite": "^4"
},
"browserslist": [
">5%",
"not IE 11"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"eslint": "eslint ."
}
}