vylbot-app/package.json

30 lines
642 B
JSON
Raw Normal View History

2020-11-01 19:29:12 +00:00
{
"name": "vylbot-app",
2021-05-11 18:28:33 +01:00
"version": "2.1.1",
2020-11-01 19:29:12 +00:00
"description": "",
2020-11-09 10:18:14 +00:00
"main": "vylbot.js",
2020-11-01 19:29:12 +00:00
"scripts": {
2020-11-08 16:47:36 +00:00
"start": "node vylbot.js",
2021-02-17 18:12:45 +00:00
"lint": "eslint .",
"lint:fix": "eslint . --fix"
2020-11-01 19:29:12 +00:00
},
"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": {
2021-02-17 18:12:45 +00:00
"emoji-regex": "^9.2.0",
"random-bunny": "^1.0.0",
2020-11-01 19:29:12 +00:00
"vylbot-core": "^1.0.4"
2021-02-17 18:12:45 +00:00
},
"devDependencies": {
"eslint": "^7.17.0"
2020-11-01 19:29:12 +00:00
}
}