gitea-release-action/package.json

28 lines
617 B
JSON
Raw Permalink Normal View History

2023-12-01 15:14:35 +07:00
{
"name": "gitea-release-action",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "main.js",
2023-12-01 15:14:35 +07:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "ncc build main.js -o dist",
"build": "ncc build main.js",
"start": "node main.js",
"test111": "node 111.js"
2023-12-01 15:14:35 +07:00
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"crypto-js": "^4.2.0",
2023-12-02 11:59:46 +07:00
"gitea-api": "^1.17.3-1",
"glob": "^10.3.10"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1"
2023-12-01 15:14:35 +07:00
}
}