-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.03 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
{
"name": "torgeternity",
"version": "1.0.0",
"description": "torg eternity system for foundry vtt",
"main": "system.json",
"license": "MIT",
"author": "GM_Matt, Orome, Rwan, Durak, Algor",
"devDependencies": {
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-syntax-import-assertions": "^7.28.6",
"@foundryvtt/foundryvtt-cli": "^3.0.3",
"eslint": "^9.39.4",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^62.8.0",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.1",
"sass": "^1.98.0"
},
"scripts": {
"build": "node ./tools/pullYMLtoLDB.mjs",
"extract": "node ./tools/pushLDBtoYML.mjs",
"createSymlinks": "node ./tools/create-symlinks.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMorphic-Digital/torgeternity.git"
},
"bugs": {
"url": "https://github.com/MetaMorphic-Digital/torgeternity/issues"
},
"homepage": "https://github.com/MetaMorphic-Digital/torgeternity#readme"
}