-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
62 lines (62 loc) · 3.32 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
{
"name": "forbidden-lands",
"version": "12.1.0",
"private": true,
"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>",
"homepage": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt#readme",
"bugs": {
"url": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt.git"
},
"license": "GPL-3.0-or-later",
"contributors": [
{
"name": "aMediocreDad",
"email": "hello@amediocre.dev"
}
],
"type": "module",
"module": "index.ts",
"scripts": {
"build": "bun esbuild.config.ts",
"format": "biome format --write .",
"foundry": "bun tools/foundry.ts",
"postinstall": "lefthook install && bun run setup",
"lint": "biome check --write .",
"lint:ci": "bunx biome ci .",
"release": "bun tools/release.ts",
"setup": "bun tools/setup.ts",
"start": "bun run build --development",
"test": "bun run test:types && bun run lint:ci",
"test:e2e": "bunx playwright test",
"test:types": "bunx tsc && bunx tsc -p ./src/tsconfig.json",
"version": "bun tools/version.ts"
},
"dependencies": {
"foundry-year-zero-roller": "Stefouch/foundry-year-zero-roller#v5.2.1",
"rpg-awesome": "0.2.0",
"ultrahtml": "1.5.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@evilmartians/lefthook": "^1.7.4",
"@playwright/test": "^1.45.2",
"@types/jquery": "3.5.30",
"@types/node": "20.14.11",
"@types/showdown": "2.0.6",
"bun-types": "1.1.20",
"devmoji": "2.3.0",
"esbuild": "0.23.0",
"esbuild-sass-plugin": "3.3.1",
"execa": "9.3.0",
"globby": "14.0.2",
"gluegun": "5.1.6",
"typescript": "5.5.3"
},
"trustedDependencies": ["@biomejs/biome", "esbuild"]
}