dunamai-action/package.json

21 lines
390 B
JSON
Raw Normal View History

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