save changes
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
"scripts": {
|
||||
"start": "tsc && node dist/index.js",
|
||||
"build": "tsc",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"db:schema": "ts-node src/schema.ts",
|
||||
"db:test": "ts-node src/testmysql.ts"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"db:schema": "ts-node src/schema.ts",
|
||||
"db:test": "ts-node src/testmysql.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@ -24,6 +24,7 @@
|
||||
"dotenv": "^17.2.1",
|
||||
"mysql2": "^3.14.3",
|
||||
"open": "^10.2.0",
|
||||
"puppeteer": "^24.16.2"
|
||||
"puppeteer": "^24.16.2",
|
||||
"uuid": "^11.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user