UNPKG

@rayners/foundry-test-utils

Version:

Shared testing utilities and mocks for FoundryVTT modules

47 lines (46 loc) 1.01 kB
{ "name": "@rayners/foundry-test-utils", "version": "1.2.2", "description": "Shared testing utilities and mocks for FoundryVTT modules", "main": "dist/index.js", "type": "module", "files": [ "dist/", "types/", "index.js" ], "scripts": { "build": "tsc --noEmitOnError false", "clean": "rm -rf dist", "test": "echo \"No tests yet\"", "prepublishOnly": "npm run clean && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/rayners/foundry-test-utils.git" }, "publishConfig": { "access": "public" }, "keywords": [ "foundryvtt", "foundry", "testing", "mocks", "vitest", "test-utils" ], "author": "David Raynes <rayners@gmail.com>", "license": "MIT", "peerDependencies": { "vitest": "^3.1.0", "jsdom": "^26.1.0 || ^27.0.0" }, "dependencies": { "@rayners/foundry-dev-tools": "^1.6.0", "@types/jquery": "^3.5.32" }, "devDependencies": { "typescript": "^5.0.0" } }