{ "name": "ten31portal-startos", "version": "0.2.25", "private": true, "scripts": { "build": "npm run check && rm -rf ./javascript && ncc build startos/index.ts -o ./javascript", "check": "tsc --noEmit" }, "dependencies": { "@start9labs/start-sdk": "^0.4.0-beta.58" }, "devDependencies": { "@types/node": "^22.19.0", "@vercel/ncc": "^0.38.4", "typescript": "^5.9.3" } }