mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-31 14:49:44 -06:00
28 lines
672 B
JSON
28 lines
672 B
JSON
{
|
|
"name": "examples_tutorial_scripts",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier -w src",
|
|
"read": "node --loader ts-node/esm src/index.js",
|
|
"fill": "node --loader ts-node/esm src/fill.js",
|
|
"check": "tsc --noEmit --skipLibCheck && eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/node": "^24.10.1",
|
|
"eslint": "^9.39.1",
|
|
"prettier": "^3.6.2",
|
|
"quicktype": "^23.2.6",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.4"
|
|
},
|
|
"dependencies": {
|
|
"csv-parse": "^5.6.0",
|
|
"trailbase": "^0.8.0"
|
|
}
|
|
}
|