testtest/package.json

20 lines
411 B
JSON
Raw Normal View History

2024-02-27 00:32:49 +00:00
{
"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": {
2024-03-20 00:46:58 +00:00
"@types/node": "^20.11.30",
2024-02-27 00:32:49 +00:00
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}