generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
32 lines (32 loc) · 844 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
{
"name": "chris-premades",
"version": "0.0.1",
"description": "Chris's premade items for high-automation midi-qol games.",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"buildCompendiums": "node packData/packData.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisk123999/chris-premades.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrisk123999/chris-premades/issues"
},
"homepage": "https://github.com/chrisk123999/chris-premades#readme",
"dependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"eslint": "^8.57.0"
}
}