UNPKG

@tts-tools/savefile

Version:

Module to extract a savefile from Tabletop Simulator into multiple files.

43 lines 1.24 kB
{ "name": "@tts-tools/savefile", "description": "Module to extract a savefile from Tabletop Simulator into multiple files.", "version": "2.4.0", "author": "Sebastian Stern", "license": "CC0-1.0", "keywords": [ "tabletop-simulator", "tabletopsimulator" ], "homepage": "https://sebaestschjin.github.io/tts-tools/savefile/latest", "repository": "Sebaestschjin/tts-tools", "bugs": "https://github.com/Sebaestschjin/tts-tools/issues", "main": "dist/index.js", "dependencies": { "big.js": "^6.2.1", "json-stable-stringify": "^1.1.1", "lodash": "^4.17.21", "luabundle": "^1.6.0", "@tts-tools/xmlbundle": "^1.1.0" }, "devDependencies": { "@typed-tabletop-simulator/declaration": "^2.0.3", "@types/big.js": "^6.2.2", "@types/json-stable-stringify": "^1.0.36", "@types/lodash": "^4.17.4", "@types/node": "^20.12.12", "common-path-prefix": "^3.0.0", "rimraf": "^5.0.7", "typescript": "^5.4.5", "vitest": "^1.6.0" }, "files": [ "/dist", "/src/main" ], "scripts": { "build": "rimraf dist && tsc -p tsconfig.build.json", "test": "vitest", "release": "pnpm publish --access public", "release:pre": "pnpm build && pnpm test" } }