mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-19 23:30:32 +08:00
22 lines
445 B
JSON
22 lines
445 B
JSON
{
|
|
"name": "now-deploy-preview-comment",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./index.js",
|
|
"build": "npx ncc ./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",
|
|
"git-last-commit": "^1.0.0",
|
|
"now": "^16.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"ncc": "^0.3.6"
|
|
}
|
|
}
|