npm-gitea/package.json
2025-04-29 23:19:53 -06:00

24 lines
438 B
JSON

{
"name": "npm-gitea",
"version": "1.0.0",
"description": "Manage npm packages stored on gitea",
"main": "index.js",
"bin": {
"npm-gitea": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"npm",
"git",
"gitea"
],
"author": "William Ross <wnross@gwhc.net>",
"license": "ISC",
"dependencies": {
"debug": "^4.4.0",
"yaml": "^2.7.1"
}
}