@typed-tabletop-simulator/ui
Version:
JSX wrapper and components for Tabletop Simulator UI
35 lines • 1.02 kB
JSON
{
"name": "@typed-tabletop-simulator/ui",
"description": "JSX wrapper and components for Tabletop Simulator UI",
"version": "0.5.1",
"author": "Sebastian Stern",
"license": "CC0-1.0",
"keywords": [
"typescript",
"lua",
"tabletopsimulator",
"tabletop-simulator"
],
"homepage": "https://github.com/Sebaestschjin/typed-tabletop-simulator/tree/main/packages/ui",
"repository": {
"type": "git",
"url": "https://github.com/Sebaestschjin/typed-tabletop-simulator.git"
},
"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.2",
"@typed-tabletop-simulator/config": "^1.0.0",
"@typed-tabletop-simulator/declaration": "^2.2.1"
},
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && tstl",
"build:test": "tstl -p tsconfig.test.json"
}
}