mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-16 23:26:18 -06:00
25 lines
629 B
JSON
25 lines
629 B
JSON
{
|
|
"name": "trailbase-js-runtime",
|
|
"description": "Runtime for JS/TS execution within TrailBase",
|
|
"version": "0.1.0",
|
|
"license": "OSL-3.0",
|
|
"type": "module",
|
|
"homepage": "https://trailbase.io",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"check": "tsc --noEmit --skipLibCheck && eslint && vitest run",
|
|
"format": "prettier -w src",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"eslint": "^9.39.1",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.4",
|
|
"vite": "^7.2.2",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|