2026-02-13 18:20:29 -05:00
|
|
|
{
|
|
|
|
|
"name": "pluralflux",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
2026-02-14 21:11:15 -05:00
|
|
|
"main": "src/bot.js",
|
2026-02-13 18:20:29 -05:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/pieartsy/PluralFlux.git"
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2026-02-17 22:23:55 -05:00
|
|
|
"@fluxerjs/core": "^1.1.5",
|
2026-02-16 10:36:38 -05:00
|
|
|
"dotenv": "^17.3.1",
|
2026-02-13 18:20:29 -05:00
|
|
|
"pg": "^8.18.0",
|
|
|
|
|
"pg-hstore": "^2.3.4",
|
2026-02-15 23:09:27 -05:00
|
|
|
"pm2": "^6.0.14",
|
2026-02-15 16:19:59 -05:00
|
|
|
"sequelize": "^6.37.7",
|
|
|
|
|
"tmp": "^0.2.5"
|
2026-02-14 18:11:19 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-17 20:48:44 -05:00
|
|
|
"@babel/core": "^7.29.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.28.6",
|
|
|
|
|
"@babel/preset-env": "^7.29.0",
|
|
|
|
|
"babel-jest": "^30.2.0",
|
2026-02-14 18:11:19 -05:00
|
|
|
"jest": "^30.2.0"
|
2026-02-14 18:16:10 -05:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-02-17 20:48:44 -05:00
|
|
|
"test": "jest"
|
2026-02-13 18:20:29 -05:00
|
|
|
}
|
|
|
|
|
}
|