forked from vigoren/foundryvtt-simple-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
49
50
51
52
53
54
55
56
57
58
{
"name": "foundryvtt-simple-calendar",
"description": "A simple calendar module for keeping track of game days and events.",
"version": "2.1.4",
"author": "Dean Vigoren (vigorator)",
"keywords": [
"foundryvtt",
"foundry-vtt",
"module",
"calendar"
],
"repository": {
"type": "git",
"url": "https://github.com/vigoren/foundryvtt-simple-calendar"
},
"license": "MIT",
"engines": {
"node": ">16.0.0 <19.0.0"
},
"types": "types/index.d.ts",
"scripts": {
"build": "webpack",
"test": "jest",
"writedocs": "typedoc"
},
"devDependencies": {
"@knodes/typedoc-plugin-pages": "^0.22.7",
"@league-of-foundry-developers/foundry-vtt-types": "^9.269.1",
"@types/file-saver": "^2.0.5",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.13",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-fetch-mock": "^3.0.3",
"jest-transform-stub": "^2.0.0",
"jest-ts-webcompat-resolver": "^1.0.0",
"mangle-css-class-webpack-plugin": "^5.0.8",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.54.5",
"sass-loader": "^13.0.2",
"terser-webpack-plugin": "^5.3.5",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.22.18",
"typedoc-plugin-extras": "^2.2.3",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-remove-empty-scripts": "^0.8.1"
},
"dependencies": {
"file-saver": "^2.0.5"
}
}