24 lines
438 B
JSON
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"
|
|
}
|
|
}
|