gapi-cli
Version:
Gapi command line interface
45 lines (44 loc) • 927 B
JSON
{
"name": "gapi-cli",
"version": "0.6.7",
"description": "Gapi command line interface",
"main": "main.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "ssh://git@gitlab.youvolio.com:522/open-source/gapi-cli.git"
},
"keywords": [
"Gapi",
"CLI",
"graphql"
],
"bin": {
"gapi": "root.js"
},
"author": "Kristiyan Tachev (@Stradivario)",
"license": "MIT",
"peerDependencies": {
"nodemon": "1.17.1",
"ts-node": "5.0.1"
},
"dependencies": {
"apollo-codegen": "^0.19.0",
"commander": "^2.15.0",
"graphql-document-collector": "^0.2.1",
"humps": "^2.0.1",
"rxjs": "^5.5.6",
"shelljs": "^0.8.1",
"typedi": "^0.7.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/shelljs": "^0.7.8",
"reflect-metadata": "^0.1.12",
"ts-lint": "^4.5.1",
"ts-node": "5.0.1",
"typescript": "^2.7.1"
}
}