UNPKG

fauna-shell

Version:
71 lines (70 loc) 1.63 kB
{ "name": "fauna-shell", "description": "faunadb shell", "version": "0.11.0", "author": "Fauna", "bin": { "fauna": "./bin/run" }, "bugs": "https://github.com/fauna/fauna-shell/issues", "dependencies": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.13.3", "@oclif/plugin-autocomplete": "^0.1.4", "@oclif/plugin-help": "^1.2.11", "cli-table": "^0.3.1", "cli-ux": "^4.8.0", "escodegen": "^1.12.0", "esprima": "^4.0.1", "faunadb": "^2.10.0", "globby": "8", "heroku-cli-util": "^8.0.9", "ini": "^1.3.5", "request": "^2.88.0", "request-promise": "^4.2.5" }, "devDependencies": { "@oclif/dev-cli": "^1.22.2", "@oclif/test": "^1.2.5", "chai": "^4.2.0", "eslint": "4", "eslint-config-oclif": "^1.5.1", "mocha": "^5.2.0", "nyc": "^14.1.1" }, "engines": { "node": ">=10.0.0" }, "files": [ "/bin", "/oclif.manifest.json", "/src" ], "homepage": "https://github.com/fauna/fauna-shell", "keywords": [ "fauna", "faunadb", "shell", "database", "nosql", "oclif" ], "license": "MPL-2.0", "main": "src/index.js", "oclif": { "commands": "./src/commands", "bin": "fauna", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-autocomplete" ] }, "repository": "fauna/fauna-shell", "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "eslint .", "prepack": "oclif-dev manifest && oclif-dev readme", "test": "nyc mocha --forbid-only \"test/**/*.test.js\"", "version": "oclif-dev readme && git add README.md" } }