vylbot-app/package.json
2021-02-17 18:12:45 +00:00

30 lines
642 B
JSON

{
"name": "vylbot-app",
"version": "2.1.0",
"description": "",
"main": "vylbot.js",
"scripts": {
"start": "node vylbot.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vylpes/vylbot-app.git"
},
"author": "Vylpes",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vylpes/vylbot-app/issues"
},
"homepage": "https://github.com/Vylpes/vylbot-app#readme",
"dependencies": {
"emoji-regex": "^9.2.0",
"random-bunny": "^1.0.0",
"vylbot-core": "^1.0.4"
},
"devDependencies": {
"eslint": "^7.17.0"
}
}