blob: 659016a88ac8443ff44b11fbe54084a962c20823 [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.5.0"
},
"devDependencies": {
"jest": "^25.0.0",
"nock": "^10.0.0",
"nodemon": "^1.17.2",
"smee-client": "^1.0.2",
"standard": "^10.0.3"
},
"engines": {
"node": "10"
},
"standard": {
"env": [
"jest"
]
},
"nodemonConfig": {
"exec": "npm start",
"watch": [
".env",
"."
]
},
"jest": {
"testEnvironment": "node"
}
}