mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
36 lines
938 B
JSON
36 lines
938 B
JSON
{
|
|
"name": "nextcloud-artifacts-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib/nextcloud-artifacts.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "npx tsc && npx @vercel/ncc build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/trympet/nextcloud-artifacts-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/trympet/nextcloud-artifacts-action/issues"
|
|
},
|
|
"homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.3.0",
|
|
"@actions/glob": "^0.1.2",
|
|
"archiver": "^5.3.0",
|
|
"btoa": "^1.2.1",
|
|
"node-fetch": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/archiver": "^5.1.0",
|
|
"@types/btoa": "^1.2.3",
|
|
"@types/node": "^15.6.2",
|
|
"@types/node-fetch": "^2.5.10",
|
|
"typescript": "^4.3.2"
|
|
}
|
|
}
|