30 lines
669 B
JSON
30 lines
669 B
JSON
{
|
|
"name": "tepexoffbot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/babel-node main.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.omg.team/omg-team/TepexoffBot.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"standard": "^12.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/node": "^7.2.2",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"express": "^4.16.4",
|
|
"sqlite3": "^4.0.6",
|
|
"string-table": "^0.1.5",
|
|
"telegraf": "^3.27.1"
|
|
}
|
|
}
|