{ "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 ", "license": "ISC", "dependencies": { "debug": "^4.4.0", "yaml": "^2.7.1" } }