Files
now-deployment/package.json
amond 0fd9718f15 feat: github comment optional (#20)
* feat: github comment optional
2020-01-28 10:55:02 +09:00

31 lines
607 B
JSON

{
"name": "now-deployment",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/amondnet/now-deployment"
},
"author": {
"name": "Minsu Lee",
"email": "amond@amond.net",
"url": "https://amond.dev"
},
"version": "1.1.0",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/exec": "^1.0.1",
"@actions/github": "^1.1.0",
"axios": "~0.18.1",
"common-tags": "^1.8.0",
"now": "^16.6.0"
},
"devDependencies": {},
"engines": {
"node": "v12"
}
}