-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 912 Bytes
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
{
"name": "oldworld-foundryvtt",
"version": "1.0.0",
"description": "The **official** system for playing *Warhammer: The Old World* on [Foundry VTT](https://foundryvtt.com/). Created by Moo Man.",
"main": "foundry-path.js",
"type": "module",
"scripts": {
"build": "node scriptPacker.js&& cross-env NODE_ENV=development rollup --config rollup.config.mjs --watch",
"release": "node scriptPacker.js&& cross-env NODE_ENV=production rollup --config rollup.config.mjs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cross-env": "^7.0.3",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"rollup": "^4.36.0",
"rollup-plugin-baked-env": "^1.0.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-copy-watch": "^0.0.1",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.86.0",
"scss": "^0.2.4",
"simple-git": "^3.36.0",
"yargs": "^18.0.0"
}
}