reposier
Version:
Tasty CLI on the outside, simple integration with GitHub's API on the inside.
68 lines (67 loc) • 1.49 kB
JSON
{
"name": "reposier",
"version": "1.0.3",
"description": "Tasty CLI on the outside, simple integration with GitHub's API on the inside.",
"main": "index.js",
"bin": {
"reposier": "./index.js"
},
"files": [
"examples",
"lib",
"node_modules",
".env",
"index.js",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexlee-dev/reposier.git"
},
"keywords": [
"GitHub",
"Git",
"CLI",
"Repo",
"Repository",
"Tool"
],
"author": "Alex Lee",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alexlee-dev/reposier/issues"
},
"homepage": "https://www.reposier.com/",
"dependencies": {
"@octokit/rest": "^15.10.0",
"boxen": "^1.3.0",
"chalk": "^2.4.1",
"clear": "^0.1.0",
"cli-progress": "^2.1.0",
"configstore": "^4.0.0",
"dotenv": "^6.0.0",
"figlet": "^1.2.0",
"gradient-string": "^1.1.0",
"inquirer": "^6.2.0",
"is-online": "^7.0.0",
"json2md": "^1.6.1",
"lodash.difference": "^4.5.0",
"moment": "^2.22.2",
"ora": "^3.0.0",
"pretty-error": "^2.1.1"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^23.5.0"
}
}