{ "name": "build", "version": "1.0.0", "description": "", "main": "build.js", "type": "module", "scripts": { "build": "node build.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@types/node": "^22.7.9", "pnpm": "^8.0.0", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "keywords": [], "dependencies": { "build": "file:" } }