UNPKG

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