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