blob: 0ceb77e9729a3d8c728147201495075e8aa68265 [file] [log] [blame]
{
"name": "echarts-robot",
"version": "1.0.0",
"description": "ECharts Robot",
"author": "Ovilia <me@zhangwenli.com> (https://github.com/settings/apps/echarts-robot-dev)",
"license": "Apache 2.0",
"repository": "https://github.com/Ovilia/echarts-robot",
"homepage": "https://github.com/Ovilia/echarts-robot",
"bugs": "https://github.com/Ovilia/echarts-robot/issues",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"dev": "nodemon",
"start": "probot run ./index.js",
"lint": "standard --fix",
"test": "jest && standard",
"test:watch": "jest --watch --notify --notifyMode=change --coverage"
},
"dependencies": {
"probot": "^7.2.0"
},
"devDependencies": {
"jest": "^22.4.3",
"nock": "^10.0.0",
"nodemon": "^1.17.2",
"smee-client": "^1.0.2",
"standard": "^10.0.3"
},
"engines": {
"node": ">= 8.3.0"
},
"standard": {
"env": [
"jest"
]
},
"nodemonConfig": {
"exec": "npm start",
"watch": [
".env",
"."
]
},
"jest": {
"testEnvironment": "node"
}
}