forked from moo-man/AoS-Soulbound-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.06 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
{
"name": "aos-soulbound-foundryvtt",
"version": "1.0.0",
"description": "The **official** system for playing Age of Sigmar: Soulbound on [Foundry VTT](https://foundryvtt.com/). Developed by Moo Man.",
"main": "age-of-sigmar.js",
"scripts": {
"build": "node scriptPacker.js&& cross-env NODE_ENV=development rollup --config rollup.config.js --watch",
"release": "node scriptPacker.js&& cross-env NODE_ENV=production rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moo-man/AoS-Soulbound-FoundryVTT.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT/issues"
},
"homepage": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT#readme",
"devDependencies": {
"cross-env": "^7.0.3",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-copy-watch": "^0.0.1",
"rollup-plugin-jscc": "^2.0.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.53.0",
"scss": "^0.2.4"
}
}