-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
48 lines (48 loc) · 1.43 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
45
46
47
48
{
"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",
"build-compendiums": "node shared/build-compendiums.js",
"build-manuals": "node shared/generate-manuals.js",
"build-roll-requests": "node shared/generate-roll-requests.js",
"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": {
"classic-level": "^1.4.1",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^7.0.0",
"del": "^7.0.0",
"jsonfile": "^6.1.0",
"less": "^4.1.3",
"less-loader": "^12.0.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": "^6.0.0",
"write": "^2.0.0"
},
"standard": {
"ignore": [
"/lib/socketlib/"
]
}
}