-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.27 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
{
"name": "demo-fvttdev-module",
"version": "0.0.0",
"description": "Provides a demo of using `fvttdev`, a zero config CLI, to bundle a module for Foundry VTT",
"license": "MIT",
"private": true,
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
"contributors": [
"Michael Leahy <[email protected]> (https://github.com/typhonrt)"
],
"dependencies": {
"unique-names-generator": "^4.0.0"
},
"devDependencies": {
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"@typhonjs-fvtt/fvttdev": "^0.0.19"
},
"keywords": [
"typhonjs",
"foundry vtt",
"fvtt",
"module",
"fvttdev",
"demo"
],
"scripts": {
"show-help-bundle": "fvttdev bundle --help",
"bundle-deploy": "fvttdev bundle -e deploy",
"bundle-deploy-compress": "fvttdev bundle -e deploy-compress",
"bundle-dev": "fvttdev bundle -e dev",
"bundle-dev-compress": "fvttdev bundle -e dev-compress",
"validate-manifest+": "fvttdev validate:manifest --plus",
"eslint": "eslint ."
},
"bugs": "https://github.com/typhonjs-fvtt/demo-fvttdev-module/issues",
"homepage": "https://github.com/typhonjs-fvtt/demo-fvttdev-module#readme",
"repository": "github:typhonjs-fvtt/demo-fvttdev-module",
"files": [],
"directories": {}
}