mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Moved to using a real database ORM for testing
This commit is contained in:
16
test/package.json
Normal file
16
test/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "sineql-test",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "node index.js"
|
||||
},
|
||||
"author": "Kayne Ruse",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^8.2.0",
|
||||
"mariadb": "^2.5.3",
|
||||
"sequelize": "^6.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user