Files
trailbase/trailbase-core/js/package.json
2024-12-05 23:05:32 +01:00

17 lines
359 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": "tsc",
"format": "prettier -w src"
},
"devDependencies": {
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}