UNPKG

@tts-tools/xmlbundle

Version:

Module to bundle/unbundle the XML UI files for Tabletop Simulator.

31 lines 891 B
{ "name": "@tts-tools/xmlbundle", "description": "Module to bundle/unbundle the XML UI files for Tabletop Simulator.", "version": "2.0.1", "author": "Sebastian Stern", "license": "CC0-1.0", "keywords": [ "tabletop-simulator", "tabletopsimulator" ], "homepage": "https://github.com/Sebaestschjin/tts-tools/tree/main/packages/xmlbundle", "repository": "https://github.com/Sebaestschjin/tts-tools", "bugs": "https://github.com/Sebaestschjin/tts-tools/issues", "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@types/node": "~20.17.19", "rimraf": "~6.0.1", "typescript": "5.7.3", "vitest": "~3.0.6" }, "files": [ "/dist", "/src" ], "scripts": { "build": "rimraf dist && tsc -p tsconfig.build.json", "test": "vitest", "release": "pnpm test && pnpm build && pnpm publish --access public" } }