add more scripts

This commit is contained in:
kdh8219 2023-05-05 22:45:20 +09:00
parent a5550e5752
commit c77eabcad2
No known key found for this signature in database
GPG key ID: 2B5B609E12BB4C19

View file

@ -1,6 +1,8 @@
{ {
"scripts": { "scripts": {
"start": "tsc && node out/main.js" "start": "tsc && node out/main.js",
"build": "tsc",
"deploy": "tsc && node out/deploy.js"
}, },
"dependencies": { "dependencies": {
"axios": "^1.4.0", "axios": "^1.4.0",