forked from fvtt-fria-ligan/forbidden-lands-foundry-vtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 3.57 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
{
"private": true,
"name": "forbidden-lands",
"version": "9.2.2",
"type": "module",
"description": "<p align=\"center\">\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/latest\" target=\"_blank\"><img alt=\"system version\" src=\"https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffvtt-fria-ligan%2Fforbidden-lands-foundry-vtt%2Fmain%2Fsystem.json&label=Version&query=$.version&colorB=blue\"/></a>\r <a href=\"https://foundryvtt.com\" target=\"_blank\">\r <img src=\"https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffvtt-fria-ligan%2Fforbidden-lands-foundry-vtt%2Fmain%2Fsystem.json&label=Foundry&query=$.compatibleCoreVersion&colorB=blue\" alt=\"foundry-compatibility-version\" style=\"max-width:100%;\"/>\r </a>\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/graphs/commit-activity\" target=\"_blank\">\r <img alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\"/>\r </a>\r <a href=\"https://gitlocalize.com/repo/5750/whole_project?utm_source=badge\" target=\"_blank\"><img alt=\"Localization\" src=\"https://gitlocalize.com/repo/5750/whole_project/badge.svg\" /></a>\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/blob/main/LICENSE\" target=\"_blank\">\r <img alt=\"License: GPL\" src=\"https://img.shields.io/github/license/fvtt-fria-ligan/forbidden-lands-foundry-vtt\"/>\r </a>\r <br/>\r <br/>\r <img src=\"https://user-images.githubusercontent.com/9851733/108728684-1a954b00-752a-11eb-9138-6fab6f83b2a8.jpg\" alt=\"Logo\" style=\"max-width:100%;\" />\r </p>",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt.git"
},
"bugs": {
"url": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/issues"
},
"contributors": [
{
"name": "aMediocreDad",
"email": "[email protected]"
}
],
"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-project": "gulp link",
"clean": "gulp clean",
"clean:link": "gulp link --clean",
"bump": "cross-env NODE_ENV=production npm run lint:fix && gulp bump --r",
"release": "npm run format && gulp release",
"lint": "eslint --ext .js .",
"lint:fix": "eslint --ext .js --fix .",
"format": "prettier --write \"./**/*.(js|json|scss)\"",
"format:hbs": "prettier **/*.hbs --write --parser=glimmer",
"postinstall": "npx patch-package & npx husky install"
},
"devDependencies": {
"@milahu/patch-package-with-pnpm-support": "6.4.8",
"@league-of-foundry-developers/foundry-vtt-types": "9.269.0",
"@types/jquery": "3.5.14",
"@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0",
"chalk": "5.0.1",
"cross-env": "7.0.3",
"devmoji": "2.3.0",
"esbuild": "0.14.49",
"esbuild-sass-plugin": "2.2.6",
"eslint": "8.19.0",
"eslint-config-jquery": "3.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"execa": "6.1.0",
"fs-extra-plus": "0.6.0",
"gulp": "4.0.2",
"husky": "8.0.1",
"prettier": "2.7.1",
"semver": "7.3.7",
"standard-version": "9.5.0"
},
"dependencies": {
"rpg-awesome": "0.2.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"glob-parent@<5.1.2": ">=5.1.2",
"minimist@<=1.2.5": "<0.0.0"
}
},
"volta": {
"node": "16.14.2"
}
}