UNPKG

1.63 kBJSONView Raw
1{
2 "name": "fauna-shell",
3 "description": "faunadb shell",
4 "version": "0.11.4",
5 "author": "Fauna",
6 "bin": {
7 "fauna": "./bin/run"
8 },
9 "bugs": "https://github.com/fauna/fauna-shell/issues",
10 "dependencies": {
11 "@oclif/command": "^1.5.19",
12 "@oclif/config": "^1.13.3",
13 "@oclif/plugin-autocomplete": "^0.1.4",
14 "@oclif/plugin-help": "^1.2.11",
15 "cli-table": "^0.3.1",
16 "cli-ux": "^4.8.0",
17 "escodegen": "^1.12.0",
18 "esprima": "^4.0.1",
19 "faunadb": "2.13.1",
20 "globby": "8",
21 "heroku-cli-util": "^8.0.9",
22 "ini": "^1.3.5",
23 "request": "^2.88.0",
24 "request-promise": "^4.2.5"
25 },
26 "devDependencies": {
27 "@oclif/dev-cli": "^1.22.2",
28 "@oclif/test": "^1.2.5",
29 "chai": "^4.2.0",
30 "eslint": "4",
31 "eslint-config-oclif": "^1.5.1",
32 "mocha": "^7.1.1",
33 "nyc": "^14.1.1"
34 },
35 "engines": {
36 "node": ">=10.0.0"
37 },
38 "files": [
39 "/bin",
40 "/oclif.manifest.json",
41 "/src"
42 ],
43 "homepage": "https://github.com/fauna/fauna-shell",
44 "keywords": [
45 "fauna",
46 "faunadb",
47 "shell",
48 "database",
49 "nosql",
50 "oclif"
51 ],
52 "license": "MPL-2.0",
53 "main": "src/index.js",
54 "oclif": {
55 "commands": "./src/commands",
56 "bin": "fauna",
57 "plugins": [
58 "@oclif/plugin-help",
59 "@oclif/plugin-autocomplete"
60 ]
61 },
62 "repository": "fauna/fauna-shell",
63 "scripts": {
64 "postpack": "rm -f oclif.manifest.json",
65 "posttest": "eslint .",
66 "prepack": "oclif-dev manifest && oclif-dev readme",
67 "test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
68 "version": "oclif-dev readme && git add README.md"
69 }
70}