@ethaks/fvtt-quench
Version:
Types for a Foundry VTT module enabling tests using Mocha and Chai
89 lines (88 loc) • 2.48 kB
JSON
{
"name": "@ethaks/fvtt-quench",
"version": "0.10.0",
"description": "Types for a Foundry VTT module enabling tests using Mocha and Chai",
"author": "Ethaks",
"contributors": [
{
"name": "Cole Schultz"
},
{
"name": "Ethaks",
"email": "ethaks@pm.me"
}
],
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "biome lint --diagnostic-level=error --no-errors-on-unmatched ./",
"lint:fix": "biome check --write --unsafe ./",
"lint:staged": "biome check --error-on-warnings --no-errors-on-unmatched --staged ./",
"types": "tsc",
"build": "vite build",
"serve": "vite serve",
"prerelease": "bun run build && bun run lint && bun run declaration",
"release": "commit-and-tag-version",
"declaration": "tsc --project tsconfig.declaration.json",
"docs": "typedoc",
"docs:watch": "typedoc --watch",
"prepack": "bun run declaration"
},
"commit-and-tag-version": {
"scripts": {
"postbump": "bun run lint:fix"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ethaks/FVTT-Quench.git"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Ethaks/FVTT-Quench/issues"
},
"keywords": ["test", "testing", "mocha", "chai", "foundry-vtt", "foundryvtt", "foundry"],
"types": "lib/index.d.ts",
"files": ["lib"],
"homepage": "https://github.com/Ethaks/FVTT-Quench#readme",
"dependencies": {
"@types/chai": "^5.2.1",
"@types/chai-as-promised": "^8.0.2",
"@types/diff": "^7.0.2",
"@types/mocha": "^10.0.10",
"fast-check": "^3.23.2",
"wildcard-match": "^5.1.4"
},
"peerDependencies": {
"fvtt-types": "npm:@league-of-foundry-developers/foundry-vtt-types@^13"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@guanghechen/rollup-plugin-copy": "^6.0.7",
"@sindresorhus/fnv1a": "^3.1.0",
"@types/fs-extra": "^11.0.4",
"chai": "^5.2.0",
"chai-as-promised": "^8.0.1",
"commit-and-tag-version": "^12.5.1",
"diff": "^7.0.0",
"fs-extra": "^11.3.0",
"lefthook": "^1.11.12",
"mocha": "^11.1.0",
"pretty-format": "^29.7.0",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.39.0",
"typedoc": "^0.28.3",
"typescript": "^5.8.3",
"vite": "^6.3.4",
"vite-plugin-checker": "^0.9.1"
},
"overrides": {
"@types/earcut": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"trustedDependencies": ["@biomejs/biome", "lefthook"]
}