mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-18 13:21:13 +00:00
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"name": "dunamai-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dist": "ncc build src/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.0.22",
|
|
"@zeit/ncc": "^0.22.3",
|
|
"typescript": "^3.9.6"
|
|
}
|
|
}
|