mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
17 lines
286 B
JSON
17 lines
286 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|