Files
core2026/app/gateway-api/package.json
T

17 lines
521 B
JSON

{
"name": "@sammo-ts/gateway-api",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/gateway-api",
"dev": "tsdown -c ../../tsdown.config.ts -F @sammo-ts/gateway-api --watch",
"lint": "node -e \"console.log('lint not configured')\"",
"test": "node -e \"console.log('test not configured')\"",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"tsdown": "^0.18.3"
}
}