typescript rewrite
This commit is contained in:
20
package.json
20
package.json
@ -4,5 +4,23 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
},
|
||||
"name": "web_tool",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "backend.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.adrianru.de/adrian/web_tool.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs"
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user