mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-01-12 22:49:18 +08:00
31 lines
607 B
JSON
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": "^17.0.3"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": "v12"
|
|
}
|
|
}
|