Move everything to root

This commit is contained in:
Cyanoure
2024-09-15 13:55:29 +02:00
parent 4e21550591
commit d89a0fefbe
9 changed files with 131 additions and 137 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"postinstall": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}