I-SH/package.json
2021-09-14 14:01:51 +02:00

32 lines
740 B
JSON

{
"name": "i-sh",
"version": "1.2.0",
"main": "index.js",
"dependencies": {
"discord.js": "^12.3.1",
"mysql2": "^2.2.2",
"pretty-ms": "^5.1.0",
"sequelize": "^5.22.3",
"telegram-bot-api": "^2.0.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0"
},
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "phil",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/FlipperLP/agent-black.git"
},
"bugs": {
"url": "https://github.com/FlipperLP/agent-black/issues"
},
"homepage": "https://github.com/FlipperLP/agent-black#readme",
"description": ""
}