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.",
|
2021-01-25 01:35:58 +01:00
|
|
|
"version": "0.2.1",
|
2020-12-31 05:02:38 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"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"
|
2020-12-31 05:02:38 +01:00
|
|
|
}
|
|
|
|
],
|
2020-12-23 17:09:02 +01:00
|
|
|
"scripts": {
|
2020-12-23 20:33:19 +01:00
|
|
|
"build": "gulp build",
|
2020-12-23 17:09:02 +01:00
|
|
|
"build:watch": "gulp watch",
|
2020-12-23 20:33:19 +01:00
|
|
|
"link": "gulp link",
|
2020-12-23 17:09:02 +01:00
|
|
|
"clean": "gulp clean && gulp link --clean",
|
2021-01-26 21:24:31 +01:00
|
|
|
"update": "npm install --save-dev github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9",
|
2021-01-09 18:08:24 +01:00
|
|
|
"updateManifest": "gulp updateManifest",
|
2020-12-23 18:26:20 +01:00
|
|
|
"lint": "eslint 'src/**/*.ts' --cache",
|
2020-12-30 21:27:41 +01:00
|
|
|
"lint:fix": "eslint 'src/**/*.ts' --cache --fix",
|
2021-02-11 13:42:38 +01:00
|
|
|
"test": "jest",
|
|
|
|
"test:ci": "jest --ci --reporters=default --reporters=jest-junit",
|
2020-12-30 23:05:57 +01:00
|
|
|
"format": "prettier --write 'src/**/*.(ts|json|scss)'"
|
2020-12-23 17:09:02 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-10 03:07:08 +01:00
|
|
|
"@types/fs-extra": "^9.0.6",
|
2021-02-11 13:42:38 +01:00
|
|
|
"@types/jest": "^26.0.20",
|
2021-02-07 12:38:45 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
|
|
|
"@typescript-eslint/parser": "^4.14.2",
|
2021-01-18 19:19:30 +01:00
|
|
|
"archiver": "^5.2.0",
|
2020-12-23 17:09:02 +01:00
|
|
|
"chalk": "^4.1.0",
|
2021-02-07 12:38:45 +01:00
|
|
|
"eslint": "^7.19.0",
|
|
|
|
"eslint-config-prettier": "^7.2.0",
|
2021-01-18 19:19:30 +01:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2021-01-26 21:24:31 +01:00
|
|
|
"foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9",
|
2021-02-07 12:38:45 +01:00
|
|
|
"fs-extra": "^9.1.0",
|
2020-12-23 17:09:02 +01:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-git": "^2.10.1",
|
|
|
|
"gulp-less": "^4.0.1",
|
|
|
|
"gulp-sass": "^4.1.0",
|
|
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
2021-01-18 19:19:30 +01:00
|
|
|
"husky": "^4.3.8",
|
2021-02-11 13:42:38 +01:00
|
|
|
"jest": "^26.6.3",
|
|
|
|
"jest-junit": "^12.0.0",
|
2020-12-23 17:09:02 +01:00
|
|
|
"json-stringify-pretty-compact": "^2.0.0",
|
2021-02-07 12:38:45 +01:00
|
|
|
"lint-staged": "^10.5.4",
|
2020-12-23 17:26:53 +01:00
|
|
|
"prettier": "^2.2.1",
|
2021-02-07 12:38:45 +01:00
|
|
|
"sass": "^1.32.6",
|
2021-02-11 13:42:38 +01:00
|
|
|
"ts-jest": "^26.5.1",
|
2020-12-30 21:27:41 +01:00
|
|
|
"ts-node": "^9.1.1",
|
2020-12-23 17:09:02 +01:00
|
|
|
"typescript": "^4.1.3",
|
|
|
|
"yargs": "^16.2.0"
|
2020-12-23 18:23:26 +01:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
2020-12-30 23:00:06 +01:00
|
|
|
"*.ts": "eslint --cache --fix",
|
2020-12-30 23:05:57 +01:00
|
|
|
"*.(json|scss)": "prettier --write"
|
2020-12-23 17:09:02 +01:00
|
|
|
}
|
2020-10-29 16:18:38 +01:00
|
|
|
}
|