mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-01-12 17:32:43 +08:00
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"name": "now-deploy-preview-comment",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./index.js"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.3",
|
|
"@actions/github": "^1.1.0",
|
|
"axios": "~0.18.1",
|
|
"common-tags": "^1.8.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|