-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
48 lines (48 loc) · 1.55 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.7.5",
"description": "An unofficial implementation of Call of Cthulhu 7th Edition system for Foundry VTT.",
"scripts": {
"build": "webpack --mode production",
"format": "prettier-standard --format --changed",
"lint": "prettier-standard --lint --changed",
"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",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@ksmithut/prettier-standard": "git+https://github.com/ksmithut/prettier-standard.git",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"del": "^6.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.3.4",
"glob": "^7.1.7",
"jsonfile": "^6.1.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"mini-css-extract-plugin": "^2.2.0",
"standard": "^16.0.3",
"terser-webpack-plugin": "^5.1.4",
"thread-loader": "^3.0.4",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpackbar": "^5.0.0-3",
"write": "^2.0.0"
},
"type": "module",
"dependencies": {}
}