-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 762 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
{
"name": "doomsong",
"version": "1.0.0",
"description": "Doomsong implementation for FoundryVTT",
"main": "scripts/system.js",
"scripts": {
"build": "vite build",
"dev": "vite --strictPort"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whitespine/doomsong.git"
},
"author": "WHITESPINE",
"license": "ISC",
"bugs": {
"url": "https://github.com/whitespine/doomsong/issues"
},
"homepage": "https://github.com/whitespine/doomsong#readme",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"sass-embedded": "^1.90.0",
"svelte-dnd-action": "^0.9.65",
"svelte-preprocess-cssmodules": "^3.0.1",
"vite": "^7.1.1"
},
"dependencies": {
"bootstrap": "^5.3.8"
}
}