mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
17 lines
339 B
JSON
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"
|
|
}
|
|
}
|