UNPKG

@cortexql/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

63 lines 1.49 kB
{ "name": "@cortexql/core", "version": "0.0.130", "description": "A RESTful API framework for your apps based on GraphQL type system.", "repository": { "type": "git", "url": "https://gitlab.com/ezsper.com/cortexql/core" }, "author": "Ezequiel S. Pereira", "license": "MIT", "bin": { "cortexql": "bin/cortexql" }, "engines": { "node": ">=6" }, "dependencies": { "@types/express": "^4.0.35", "@types/ws": "^4.0.1", "@types/debug": "^0.0.30", "yargs": "^11.0.0", "app-root-dir": "^1.0.2", "ts-node": "^5.0.1", "tsconfig-paths": "^3.1.1", "lodash": "^4.17.4", "typedoc": "^0.10.0", "express": "^4.16.2", "glob": "^7.1.2", "graphql-tools": "^2.21.0", "graphql-tag": "^2.8.0", "chokidar": "2.0.2", "debug": "^3.1.0", "apollo-server-express": "^1.3.4", "graphql-subscriptions": "^0.5.8", "subscriptions-transport-ws": "^0.9.6", "body-parser": "^1.18.2", "moment": "^2.21.0", "@erect/config": "^0.0.10", "@erect/hook": "^0.0.1", "@cortexql/ts2graphql": "^0.0.72", "reload": "^2.2.2", "cross-env": "^5.1.3", "node-notifier": "^5.2.1", "fs-extra": "^5.0.0", "rimraf": "^2.6.2", "iterall": "^1.2.2" }, "peerDependencies": { "typescript": ">=2.8.1", "graphql": ">=0.13.1" }, "directories": { "test": "tests" }, "keywords": [ "cortexql", "grapqhl", "server", "api", "framework" ], "main": "./index.js" }