@typed-tabletop-simulator/lib
Version:
Library with some helping modules for working with Tabletop Simulator
41 lines • 1.26 kB
JSON
{
"name": "@typed-tabletop-simulator/lib",
"description": "Library with some helping modules for working with Tabletop Simulator",
"version": "0.5.0",
"author": "Sebastian Stern",
"license": "CC0-1.0",
"keywords": [
"typescript",
"lua",
"tabletopsimulator",
"tabletop-simulator"
],
"homepage": "https://github.com/Sebaestschjin/typed-tabletop-simulator/tree/main/packages/lib",
"repository": {
"type": "git",
"url": "https://github.com/Sebaestschjin/typed-tabletop-simulator.git",
"directory": "packages/lib"
},
"bugs": "https://github.com/Sebaestschjin/typed-tabletop-simulato/issues",
"main": "dist/index",
"devDependencies": {
"@typescript-to-lua/language-extensions": "^1.19.0",
"rimraf": "^6.0.1",
"typescript": "5.5.2",
"typescript-to-lua": "~1.26.0",
"vitest": "^2.0.5",
"@typed-tabletop-simulator/config": "^1.0.0",
"@typed-tabletop-simulator/declaration": "^2.2.1"
},
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && pnpm build:ts && pnpm build:lua",
"build:ts": "tsc -p tsconfig.build.json",
"build:lua": "tstl -p tsconfig.build.json",
"dev": "pnpm build:lua --watch",
"dev:ts": "pnpm build:ts --watch",
"test": "vitest"
}
}