blob: 0671a99823cda986cbf91357e049db942f1cab33 [file] [log] [blame]
{
"name": "github-action-bot",
"description": "Bot for github actions",
"version": "1.1.1",
"author": "GitHub",
"license": "Apache LICENSE 2.0",
"main": "dist/index.js",
"private": true,
"scripts": {
"build": "ncc build src/run.js"
},
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@actions/io": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@zeit/ncc": "^0.22.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"husky": "^4.2.5",
"jest": "^25.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
}
}