testtest/package.json
AlexVeeBee 30ce160b8f
Some checks failed
node-js / Test (14.x) (push) Failing after 18s
Did something
2024-02-27 00:32:49 +00:00

19 lines
379 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": {
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}