riverdelta/package.json
2023-07-23 10:48:57 +02:00

17 lines
339 B
JSON

{
"name": "tscript",
"version": "1.0.0",
"description": "",
"main": "target/index.js",
"scripts": {
"build": "tsc",
"fmt": "prettier -w .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.0.0",
"typescript": "^5.1.6"
}
}