mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
some stuff
This commit is contained in:
parent
ef32e646d6
commit
91b183c002
11 changed files with 4320 additions and 101 deletions
10
package.json
10
package.json
|
|
@ -4,14 +4,20 @@
|
|||
"description": "",
|
||||
"main": "target/index.js",
|
||||
"scripts": {
|
||||
"dev": "node-dev --respawn src/index.ts",
|
||||
"build": "tsc",
|
||||
"fmt": "prettier -w .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "jest"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"prettier": "^3.0.0",
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue