forked from Mezryss/FVTT-Dreams-And-Machines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "dreams-and-machines",
"version": "1.0.0",
"description": "Unofficial FoundryVTT System implementation for Modiphius's Dreams and Machines system.",
"main": "module/Dreams-And-Machines.mjs",
"repository": "[email protected]:Mezryss/FVTT-Dreams-And-Machines.git",
"author": "Mezryss <[email protected]>",
"license": "CC-BY-SA 4.0",
"private": true,
"type": "module",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"chalk": "^5.3.0",
"classic-level": "^1.4.1",
"del": "^8.0.0",
"eslint": "^9.16.0",
"glob": "^11.0.0",
"gulp": "^5.0.0",
"gulp-eslint-new": "^2.4.0",
"gulp-if": "^3.0.0",
"gulp-sass": "^6.0.0",
"gulp-yaml": "^2.0.4",
"jest": "^29.7.0",
"json-stable-stringify-pretty": "^1.2.0",
"markdown": "^0.5.0",
"merge-stream": "^2.0.0",
"nedb-promises": "^6.2.3",
"rollup": "^4.28.1",
"sass": "^1.82.0",
"yaml": "^2.6.1",
"yargs": "^17.7.2"
},
"scripts": {
"build:watch": "gulp",
"build": "gulp build",
"clean": "gulp clean",
"docs": "gulp compileDocs",
"export": "./utils/smelter.mjs unpack -i leveldb -s system/packs -d ./data/packs",
"lang": "gulp compileLang",
"lint": "gulp lintJs",
"packs": "gulp compilePacks",
"tailwind": "tailwindcss -i style/main.css -o system/css/legacy.css"
}
}