testtest/package.json
alexveebee bade19bafb
All checks were successful
node-js / Test (14.x) (push) Successful in 1m9s
Update package.json
2024-03-20 00:46:58 +00:00

20 lines
411 B
JSON

{
"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"
}
}