mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 21:47:55 +00:00
27 lines
672 B
JSON
27 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": "^10.0.1",
|
|
"@types/node": "^25.5.0",
|
|
"eslint": "^10.1.0",
|
|
"prettier": "^3.8.1",
|
|
"quicktype": "^23.2.6",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.2",
|
|
"typescript-eslint": "^8.57.2"
|
|
},
|
|
"dependencies": {
|
|
"csv-parse": "^5.6.0",
|
|
"trailbase": "^0.10.0"
|
|
}
|
|
}
|