mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-23 18:19:29 -06:00
17 lines
359 B
JSON
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"
|
|
}
|
|
}
|