{ "name": "actions_test", "version": "1.0.0", "description": "", "main": "./src/main.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 0", "dev": "ts-node src/main.ts", "build": "tsc", "start": "node dist/main.js" }, "author": "", "license": "ISC", "dependencies": { "@types/node": "^20.11.30", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }