dunamai-action/package.json

20 lines
390 B
JSON

{
"name": "dunamai-action",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "ncc build src/index.ts --out public"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6"
},
"devDependencies": {
"@types/node": "^14.0.22",
"@zeit/ncc": "^0.22.3",
"typescript": "^3.9.6"
}
}