└── package.json /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "@kibibit/kb-cli", 3 | "version": "1.0.0", 4 | "description": "", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "repository": { 10 | "type": "git", 11 | "url": "git+https://github.com/Kibibit/kb-cli.git" 12 | }, 13 | "author": "thatkookooguy ", 14 | "license": "MIT", 15 | "bugs": { 16 | "url": "https://github.com/Kibibit/kb-cli/issues" 17 | }, 18 | "homepage": "https://github.com/Kibibit/kb-cli#readme" 19 | } 20 | --------------------------------------------------------------------------------