mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
26 lines
473 B
JSON
26 lines
473 B
JSON
{
|
|
"name": "pluralflux",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/bot.js",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pieartsy/PluralFlux.git"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fluxerjs/core": "^1.0.9",
|
|
"pg": "^8.18.0",
|
|
"pg-hstore": "^2.3.4",
|
|
"sequelize": "^6.37.7",
|
|
"tmp": "^0.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^30.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
}
|
|
}
|