mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-06 07:40:09 +10:00
24 lines
675 B
JSON
24 lines
675 B
JSON
{
|
|
"name": "sineql-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"docker": "npm run docker:build && npm run docker:push",
|
|
"docker:build": "docker buildx build . --platform linux/amd64 --tag docker.krgamestudios.com/krgamestudios/sineql-demo:latest",
|
|
"docker:push": "docker push docker.krgamestudios.com/krgamestudios/sineql-demo:latest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"mariadb": "^2.5.6",
|
|
"node-fetch": "^2.0.0",
|
|
"sequelize": "^6.17.0",
|
|
"sineql": "^1.0.3"
|
|
}
|
|
}
|