-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.27 KB
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
{
"name": "impmal-foundryvtt",
"version": "1.0.0",
"description": "The **official** system for playing Warhammer 40,000: Imperium Maledictum on [Foundry VTT](https://foundryvtt.com/). Created by Moo Man.",
"main": "foundry-path.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",
"lint": "npx eslint ./src/**",
"fix-lint": "npx eslint ./src/** --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moo-man/ImpMal-FoundryVTT.git"
},
"type": "module",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moo-man/ImpMal-FoundryVTT/issues"
},
"homepage": "https://github.com/moo-man/ImpMal-FoundryVTT#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.15.0",
"rollup": "^3.3.0",
"rollup-plugin-baked-env": "^1.0.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-copy-watch": "^0.0.1",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.83.4",
"scss": "^0.2.4"
}
}