UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@cortexql/core",
3 "version": "0.0.108",
4 "description": "A RESTful API framework for your apps based on GraphQL type system.",
5 "repository": {
6 "type": "git",
7 "url": "https://gitlab.com/ezsper.com/cortexql/core"
8 },
9 "author": "Ezequiel S. Pereira",
10 "license": "MIT",
11 "bin": {
12 "cortexql": "bin/cortexql"
13 },
14 "engines": {
15 "node": ">=6"
16 },
17 "dependencies": {
18 "@types/express": "^4.0.35",
19 "@types/ws": "^4.0.1",
20 "@types/debug": "^0.0.30",
21 "yargs": "^11.0.0",
22 "app-root-dir": "^1.0.2",
23 "ts-node": "^5.0.1",
24 "tsconfig-paths": "^3.1.1",
25 "lodash": "^4.17.4",
26 "typedoc": "^0.10.0",
27 "express": "^4.16.2",
28 "glob": "^7.1.2",
29 "graphql-tools": "^2.21.0",
30 "graphql-tag": "^2.8.0",
31 "chokidar": "2.0.2",
32 "debug": "^3.1.0",
33 "apollo-server-express": "^1.3.4",
34 "graphql-subscriptions": "^0.5.8",
35 "subscriptions-transport-ws": "^0.9.6",
36 "body-parser": "^1.18.2",
37 "moment": "^2.21.0",
38 "@erect/config": "^0.0.10",
39 "@erect/hook": "^0.0.1",
40 "@cortexql/ts2graphql": "^0.0.64",
41 "reload": "^2.2.2",
42 "cross-env": "^5.1.3",
43 "node-notifier": "^5.2.1",
44 "fs-extra": "^5.0.0",
45 "rimraf": "^2.6.2",
46 "iterall": "^1.2.2"
47 },
48 "peerDependencies": {
49 "typescript": ">=2.8.1",
50 "graphql": ">=0.13.1"
51 },
52 "directories": {
53 "test": "tests"
54 },
55 "keywords": [
56 "cortexql",
57 "grapqhl",
58 "server",
59 "api",
60 "framework"
61 ],
62 "main": "./index.js"
63}
\No newline at end of file