2020-10-29 16:18:38 +01:00
|
|
|
{
|
2020-12-23 17:09:02 +01:00
|
|
|
"private": true,
|
2021-02-07 12:38:45 +01:00
|
|
|
"name": "dungeonslayers4",
|
2020-12-31 05:02:38 +01:00
|
|
|
"description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.",
|
2023-02-22 20:51:01 +01:00
|
|
|
"version": "1.19.3",
|
2021-06-26 22:02:00 +02:00
|
|
|
"license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
|
2020-12-31 05:02:38 +01:00
|
|
|
"homepage": "https://git.f3l.de/dungeonslayers/ds4",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.f3l.de/dungeonslayers/ds4"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://git.f3l.de/dungeonslayers/ds4/-/issues"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Johannes Loher",
|
|
|
|
"email": "johannes.loher@fg4f.de"
|
|
|
|
},
|
|
|
|
{
|
2021-01-03 16:38:33 +01:00
|
|
|
"name": "Gesina Schwalbe",
|
|
|
|
"email": "gesina.schwalbe@pheerai.de"
|
2020-12-31 05:02:38 +01:00
|
|
|
},
|
|
|
|
{
|
2021-01-03 16:38:33 +01:00
|
|
|
"name": "Oliver Rümpelein",
|
|
|
|
"email": "foundryvtt@pheerai.de"
|
2021-01-10 21:51:47 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Siegfried Krug",
|
|
|
|
"email": "foundryvtt@asdil1991.de"
|
2021-06-26 22:02:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Max Tharr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sascha Martens"
|
2020-12-31 05:02:38 +01:00
|
|
|
}
|
|
|
|
],
|
2021-11-30 17:30:25 +01:00
|
|
|
"type": "module",
|
2020-12-23 17:09:02 +01:00
|
|
|
"scripts": {
|
2021-11-30 17:30:25 +01:00
|
|
|
"build": "run-s clean:files build:files",
|
|
|
|
"build:files": "rollup -c",
|
|
|
|
"watch": "rollup -c -w",
|
|
|
|
"link-package": "node ./tools/link-package.js",
|
|
|
|
"clean": "run-p clean:files clean:link",
|
|
|
|
"clean:files": "rimraf dist",
|
|
|
|
"clean:link": "node ./tools/link-package.js --clean",
|
|
|
|
"lint": "eslint --ext .ts,.js,.cjs,.mjs .",
|
|
|
|
"lint:fix": "eslint --ext .ts,.js,.cjs,.mjs --fix .",
|
|
|
|
"format": "prettier --write \"./**/*.(ts|js|cjs|mjs|json|scss|yml)\"",
|
2022-08-22 22:05:14 +02:00
|
|
|
"test": "run-p test:vitest test:typecheck",
|
|
|
|
"test:vitest": "vitest run",
|
|
|
|
"test:typecheck": "tsc --noEmit --project spec/tsconfig.json",
|
|
|
|
"test:watch": "vitest",
|
|
|
|
"test:ci": "run-p test:ci:vitest test:typecheck",
|
|
|
|
"test:ci:vitest": "vitest run --reporter=default --reporter=junit --outputFile=junit.xml",
|
2021-08-19 04:01:55 +02:00
|
|
|
"typecheck": "tsc --noEmit",
|
2022-04-21 22:43:16 +02:00
|
|
|
"typecheck:watch": "tsc --noEmit --watch",
|
2021-11-30 17:30:25 +01:00
|
|
|
"bump-version": "node ./tools/bump-version.js",
|
|
|
|
"convert-packs-to-json": "node ./tools/convert-packs-to-json.js",
|
|
|
|
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
2020-12-23 17:09:02 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-14 11:14:34 +02:00
|
|
|
"@commitlint/cli": "17.6.1",
|
|
|
|
"@commitlint/config-conventional": "17.6.1",
|
2023-03-26 10:23:34 +02:00
|
|
|
"@guanghechen/rollup-plugin-copy": "4.7.4",
|
2023-03-20 08:24:01 +01:00
|
|
|
"@ironkinoko/rollup-plugin-styles": "4.0.3",
|
2023-04-21 10:13:54 +02:00
|
|
|
"@swc/core": "1.3.53",
|
2023-01-10 21:19:34 +01:00
|
|
|
"@types/fs-extra": "11.0.1",
|
2022-12-31 11:19:19 +01:00
|
|
|
"@types/jquery": "3.5.16",
|
2023-04-21 05:15:00 +02:00
|
|
|
"@types/node": "18.15.13",
|
2023-04-17 21:14:33 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
|
|
"@typescript-eslint/parser": "5.59.0",
|
2021-12-25 20:15:39 +01:00
|
|
|
"conventional-changelog-cli": "2.2.2",
|
2022-05-27 20:14:58 +02:00
|
|
|
"conventional-changelog-conventionalcommits": "5.0.0",
|
2023-04-21 23:14:38 +02:00
|
|
|
"eslint": "8.39.0",
|
2023-03-25 10:17:25 +01:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2022-06-30 06:18:12 +02:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-03-24 00:27:38 +01:00
|
|
|
"fs-extra": "11.1.1",
|
2022-11-17 00:12:29 +01:00
|
|
|
"handlebars": "4.7.7",
|
2021-11-30 17:30:25 +01:00
|
|
|
"npm-run-all": "4.1.5",
|
2023-03-25 01:23:39 +01:00
|
|
|
"prettier": "2.8.7",
|
2023-04-10 01:14:27 +02:00
|
|
|
"rimraf": "5.0.0",
|
2023-04-21 07:14:13 +02:00
|
|
|
"rollup": "3.20.7",
|
2022-08-15 16:17:16 +02:00
|
|
|
"rollup-plugin-livereload": "2.0.5",
|
2023-03-24 21:24:34 +01:00
|
|
|
"rollup-plugin-swc3": "0.8.1",
|
2023-04-12 01:13:49 +02:00
|
|
|
"sass": "1.62.0",
|
2023-04-17 20:14:26 +02:00
|
|
|
"semver": "7.5.0",
|
2023-01-26 22:14:10 +01:00
|
|
|
"tslib": "2.5.0",
|
2023-04-07 20:14:06 +02:00
|
|
|
"typescript": "5.0.4",
|
2023-04-20 22:13:56 +02:00
|
|
|
"vite": "4.3.1",
|
2023-04-11 14:13:46 +02:00
|
|
|
"vitest": "0.30.1",
|
2023-02-21 18:17:06 +01:00
|
|
|
"yargs": "17.7.1"
|
2020-12-23 18:23:26 +01:00
|
|
|
},
|
2023-04-19 15:14:18 +02:00
|
|
|
"packageManager": "pnpm@8.3.1"
|
2020-10-29 16:18:38 +01:00
|
|
|
}
|