-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
79 lines (79 loc) · 2.36 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "yearzero-combat-fvtt",
"version": "1.3.2",
"type": "module",
"description": "Foundry VTT module for Year Zero Engine combat",
"scripts": {
"dev": "cross-env NODE_ENV=development gulp build",
"dev:watch": "cross-env NODE_ENV=development gulp watch",
"build": "cross-env NODE_ENV=production gulp build",
"link": "node ./tools/link-project.js",
"link:force": "node ./tools/link-project.js --force",
"clean": "gulp clean",
"bump": "cross-env NODE_ENV=production npm run lint:fix && gulp bump --r",
"release": "gulp release",
"lint": "eslint --ext .js .",
"lint:fix": "eslint --ext .js --fix .",
"format": "prettier-eslint \"**/*.{hbs,js,json,scss}\" --write",
"postinstall": "npx husky install && npx patch-package",
"upd": "npm list -g --depth=0 & npm outdated -g & npm outdated & npx npm-check -u",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt.git"
},
"keywords": [
"Combat Tracker",
"Initiative Cards",
"Foundry VTT",
"Fria Ligan",
"Free League"
],
"author": "Stefouch",
"contributors": [
{
"name": "aMediocreDad",
"url": "https://github.com/aMediocreDad"
},
{
"name": "DrOgres",
"url": "https://github.com/DrOgres"
},
{
"name": "FloRad",
"url": "https://gitlab.com/florad92"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt/issues"
},
"homepage": "https://github.com/fvtt-fria-ligan/yearzero-combat-fvtt#readme",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@types/jquery": "^3.5.16",
"@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0",
"chalk": "^5.2.0",
"cross-env": "7.0.3",
"devmoji": "2.3.0",
"esbuild": "^0.16.15",
"esbuild-sass-plugin": "^2.4.5",
"eslint": "^8.31.0",
"eslint-config-jquery": "^3.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"execa": "^6.1.0",
"fs-extra-plus": "^0.6.0",
"gulp": "^4.0.2",
"gulp-yaml": "2.0.4",
"husky": "^7.0.4",
"prettier": "^2.8.2",
"prettier-eslint-cli": "^7.1.0",
"semver": "^7.3.8",
"standard-version": "^9.3.2"
},
"volta": {
"node": "16.14.2"
}
}