UNPKG

foundryvtt-dnd5e-types

Version:

TypeScript type definitions for the DnD5e system in Foundry VTT

80 lines (79 loc) 2.46 kB
{ "name": "foundryvtt-dnd5e-types", "version": "1.3.3", "description": "TypeScript type definitions for the DnD5e system in Foundry VTT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "node scripts/build.js", "test": "tsc --noEmit", "analyze": "node scripts/analyze-dnd5e.js", "update-types": "node scripts/update-types.js", "download-dnd5e": "node scripts/download-dnd5e.js", "fix-declarations": "node scripts/clean-declarations.js", "check-dnd5e": "npm run download-dnd5e && npm run analyze && npm run update-types && npm run fix-declarations", "prepublishOnly": "npm run build", "docs": "typedoc", "docs:versioned": "node scripts/generate-docs-version-selector.js", "prepare": "husky install", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "check": "npm run lint && npm run format:check" }, "keywords": [ "foundry-vtt", "dnd5e", "typescript", "types", "declarations", "foundry", "dungeons-and-dragons", "d&d" ], "author": "Savant", "repository": { "type": "git", "url": "git+https://github.com/EldritchForgeWorks/foundryvtt-dnd5e-types.git" }, "homepage": "https://github.com/EldritchForgeWorks/foundryvtt-dnd5e-types", "bugs": { "url": "https://github.com/EldritchForgeWorks/foundryvtt-dnd5e-types/issues" }, "engines": { "node": ">=18.0.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/EldritchForgeWorks" }, "license": "MIT", "private": false, "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.25.0", "@league-of-foundry-developers/foundry-vtt-types": "^9.280.1", "@stylistic/eslint-plugin": "^1.6.3", "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.30.1", "eslint-config-prettier": "^9.1.0", "adm-zip": "^0.5.16", "axios": "^1.8.4", "eslint": "^9.25.0", "globals": "16.0.0", "husky": "^9.1.7", "prettier": "^3.5.3", "typedoc": "0.25.12", "typedoc-plugin-markdown": "^3.17.1", "typescript": "5.4.5" }, "peerDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.1" } }