UNPKG

@girin/framework

Version:

Core modules for Girin: GraphQL server framework

48 lines (47 loc) 1.16 kB
{ "name": "@girin/framework", "version": "0.5.2-alpha.0", "description": "Core modules for Girin: GraphQL server framework", "main": "./lib/index.js", "types": "./lib/index.d.ts", "keywords": [ "graphql" ], "license": "MIT", "author": "Max Choi <hanpama@gmail.com>", "tags": [ "graphql" ], "repository": { "type": "git", "url": "git+https://github.com/hanpama/girin.git" }, "bugs": { "url": "https://github.com/hanpama/girin/issues" }, "homepage": "https://github.com/hanpama/girin", "dependencies": { "@apollographql/apollo-upload-server": "^5.0.3", "@girin/environment": "^0.5.2-alpha.0", "@girin/typelink": "^0.5.2-alpha.0", "@types/express": "^4.16.0", "@types/nedb": "^1.8.6", "apollo-server-express": "^2.1.0", "apollo-upload-server": "^7.1.0", "express": "^4.16.4", "form-data": "^2.3.3", "nedb": "^1.8.0" }, "gitHead": "a2c8e61ac8c0d87875402672b78569a1d198c7a3", "files": [ "lib", "src" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -b ./tsconfig.package.json", "prepublish": "npm run build" } }