-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 877 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
{
"name": "table-map-foundryvtt-module",
"author": "Ben Williams",
"version": "2.2.1",
"keywords": [
"FoundryVTT"
],
"license": "GPL-3",
"repository": {
"type": "git",
"url": "https://github.com/Smashman/table-map-foundryvtt-module"
},
"scripts": {
"build": "NODE_ENV=production rollup -c --configPlugin typescript",
"dev": "rollup -c -w --configPlugin typescript"
},
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^8.5.0",
"rollup": "^2.70.1",
"rollup-plugin-cleandir": "^2.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.9",
"tslib": "^2.3.1",
"typescript": "^4.9.5"
}
}