{ "name": "scripts", "version": "1.0.0", "description": "a script for pull request comment", "main": "main.js", "author": "unurled", "license": "MIT", "scripts": { "build": "tsc", "start": "node main.js" }, "dependencies": { "cross-fetch": "^3.1.5", "gitea-js": "^1.19.1" }, "devDependencies": { "@types/node": "^18.16.0", "typescript": "^5.0.4" } }