{ "name": "its-achievable", "version": "0.3.0", "private": true, "description": "Foundry VTT v14 module: achievements, custom rules, rewards, achievement wall, and combat HUD. v0.2.0 straps the HUD to the new hooks system. Depends on foundry-hooks-lib (event stream) and battle-focus (encounter state).", "main": "scripts/main.js", "type": "module", "scripts": { "test": "node tests/verify-achievable-v1.mjs", "test:foundry": "node tests/verify-achievable-foundry.mjs", "test:all": "node tests/verify-achievable-v1.mjs && node tests/verify-achievable-foundry.mjs", "test:verbose": "TEST_VERBOSE=1 node tests/verify-achievable-v1.mjs" }, "engines": { "node": ">=18" }, "author": "kaykayyali", "license": "UNLICENSED", "comment": "This package.json is for test/CI tooling only — Foundry VTT modules are loaded by Foundry, not by npm.", "dependencies": { "foundry-hooks-lib": "^0.4.0" }, "devDependencies": { "playwright-core": "^1.50.0" } }