riverdelta/package.json
2023-07-26 19:36:02 +02:00

26 lines
524 B
JSON

{
"name": "tscript",
"version": "1.0.0",
"description": "",
"main": "target/index.js",
"scripts": {
"dev": "node-dev --respawn src/index.ts",
"build": "tsc",
"fmt": "prettier -w .",
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"node-dev": "^8.0.0",
"prettier": "^2.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"chalk": "^4.0.0"
}
}