-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "eat-the-reich",
"version": "2.0.0",
"description": "CSS compiler for the Eat The Reich system",
"scripts": {
"build": "sass src/scss/eat-the-reich.scss css/eat-the-reich.css --style=expanded --no-source-map",
"watch": "sass src/scss/eat-the-reich.scss css/eat-the-reich.css --style=expanded --source-map --watch",
"pushLDBtoJSON": "node ./tools/pushLDBtoJSON.mjs",
"pullJSONtoLDB": "node ./tools/pullJSONtoLDB.mjs",
"createSymlinks": "node ./tools/create-symlinks.mjs"
},
"browserslist": [
"last 3 versions"
],
"author": "Joseph Hopson (ephson)",
"license": "MIT",
"private": true,
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.3",
"sass": "^1.53.0"
}
}