@cortical/core
Version:
A RESTful API framework for your apps based on GraphQL type system.
72 lines • 1.83 kB
JSON
{
"name": "@cortical/core",
"version": "0.0.198",
"description": "A RESTful API framework for your apps based on GraphQL type system.",
"repository": {
"type": "git",
"url": "https://gitlab.com/ezsper.com/cortical/core"
},
"author": "Ezequiel S. Pereira",
"license": "MIT",
"bin": {
"cortical": "bin/cortical"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"@cortical/ts2graphql": "^0.0.103",
"@babel/runtime": "^7.0.0-beta.41",
"@types/graphql": "^14.0.3",
"@types/express": "^4.0.35",
"@types/ws": "^6.0.1",
"@types/body-parser": "^1.17.0",
"@types/cors": "^2.8.4",
"@types/accepts": "^1.3.5",
"yargs": "^11.0.0",
"app-root-dir": "^1.0.2",
"ts-node": "^5.0.1",
"tsconfig-paths": "^3.1.1",
"@apollographql/graphql-playground-html": "^1.6.0",
"lodash": "^4.17.4",
"express": "^4.16.2",
"glob": "^7.1.2",
"graphql-tools": "^4.0.3",
"graphql-tag": "^2.10.0",
"chokidar": "2.0.4",
"apollo-server-errors": "^2.2.0",
"apollo-server-core": "^2.2.0",
"apollo-server-express": "^2.2.0",
"graphql-subscriptions": "^1.0.0",
"subscriptions-transport-ws": "^0.9.15",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"accepts": "^1.3.5",
"moment": "^2.21.0",
"@spine/bootstrap": "^0.0.19",
"@spine/config": "^0.0.39",
"@spine/logger": "^0.0.16",
"@spine/hook": "^0.0.6",
"reload": "^2.3.0",
"cross-env": "^5.1.3",
"node-notifier": "^5.2.1",
"fs-extra": "^5.0.0",
"rimraf": "^2.6.2",
"iterall": "^1.2.2",
"graphql": "^14.0.2"
},
"peerDependencies": {
"typescript": ">=2.9.2"
},
"directories": {
"test": "tests"
},
"keywords": [
"cortical",
"grapqhl",
"server",
"api",
"framework"
],
"main": "./index.js"
}