forked from Miskatonic-Investigative-Society/CoC7-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 KB
/
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
40
41
42
43
44
{
"name": "fvtt-coc7",
"version": "0.9.0",
"description": "An implementation of Call of Cthulhu 7th Edition system for Foundry VTT.",
"scripts": {
"build": "webpack --mode production",
"format": "standard --fix",
"watch": "webpack --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT.git"
},
"keywords": [],
"author": "Miskatonic Investigative Society",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/issues"
},
"homepage": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT#readme",
"type": "module",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^5.0.0",
"del": "^7.0.0",
"jsonfile": "^6.1.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"mini-css-extract-plugin": "^2.6.1",
"remarkable": "^2.0.1",
"standard": "^17.0.0",
"thread-loader": "^4.0.1",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.0",
"webpackbar": "^5.0.2",
"write": "^2.0.0"
},
"standard": {
"ignore": [
"/lib/socketlib/"
]
}
}