UNPKG

2.21 kBJSONView Raw
1{
2 "name": "@apollo-waterline/server",
3 "version": "0.2.38",
4 "description": "An easy to use implementation of graphql apollo server 2.x , but with Waterline ORM implemented, for easy setup of db or filestore driven APIs",
5 "main": "lib/index.js",
6 "bin": {
7 "apollo-waterline": "./bin/apollo-waterline-cli.js",
8 "awc": "./bin/apollo-waterline-cli.js"
9 },
10 "dependencies": {
11 "@apollo-waterline/errors": "^0.2.2",
12 "@apollo-waterline/policies": "^0.2.4",
13 "@apollo/federation": "^0.8.0",
14 "@saeris/graphql-scalars": "^1.3.3",
15 "apollo-server-express": "^2.8.1",
16 "body-parser": "^1.19.0",
17 "colors": "^1.3.3",
18 "commander": "^2.20.0",
19 "cookie-parser": "^1.4.4",
20 "csurf": "^1.10.0",
21 "dotenv": "^8.0.0",
22 "esm": "^3.2.25",
23 "express": "^4.17.1",
24 "glob": "^7.1.4",
25 "graphql": "^14.4.2",
26 "graphql-deduplicator": "^2.0.5",
27 "graphql-import": "^0.7.1",
28 "graphql-middleware": "^3.0.3",
29 "graphql-tools": "^4.0.5",
30 "inquirer": "^6.5.0",
31 "lodash": "^4.17.15",
32 "loglevel": "^1.6.3",
33 "mkdirp": "^0.5.1",
34 "patch-package": "^6.1.2",
35 "sails-disk": "^1.1.2",
36 "subscriptions-transport-ws": "^0.9.16",
37 "template-file": "^3.1.0",
38 "waterline": "^0.13.6",
39 "waterline-utils": "^1.4.2",
40 "yargs": "^13.3.0"
41 },
42 "publishConfig": {
43 "access": "public"
44 },
45 "peerDependencies": {
46 "lodash": " >=4.17.15"
47 },
48 "devDependencies": {
49 "@types/jest": "^24.0.16",
50 "jest": "^24.8.0"
51 },
52 "scripts": {
53 "npm:patch": "npm version patch\n && git push —-tags origin master\n && npm publish --access public",
54 "npm:publish": "npm publish --access public",
55 "test": "jest",
56 "postinstall": "patch-package",
57 "bin:test": "awc"
58 },
59 "repository": {
60 "type": "git",
61 "url": "git+https://gitlab.com/apollo-waterline/server.git"
62 },
63 "keywords": [
64 "graphql",
65 "apollo",
66 "server",
67 "gateway",
68 "sails",
69 "waterline",
70 "yoga"
71 ],
72 "author": "Johannes Pichler <j.pichler@webpixels.at>",
73 "license": "MIT",
74 "bugs": {
75 "url": "https://gitlab.com/apollo-waterline/server/issues"
76 },
77 "homepage": "https://gitlab.com/apollo-waterline/server/wikis/home"
78}