@grapi/server
Version:
Grapi Schema Generator For GraphQL Server
59 lines (58 loc) • 1.58 kB
JSON
{
"name": "@grapi/server",
"version": "3.0.4",
"description": "Grapi Schema Generator For GraphQL Server",
"keywords": [
"grapi",
"scalars",
"graphql",
"mongo",
"queries",
"mongodb",
"graphql-server",
"graphql-schema",
"mutations",
"graphql-js"
],
"main": "./lib/index.js",
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"clean": "yarn rimraf lib && yarn rimraf tsconfig.release.tsbuildinfo",
"build": "yarn clean && yarn tsc --build ./tsconfig.release.json",
"test": "yarn mocha --timeout 100000 --require ts-node/register --recursive --exit \"test/**/*.spec.ts\"",
"test:grep": "yarn mocha --compilers ts:ts-node/register --recursive --exit",
"coverage": "yarn nyc && yarn test",
"watch": "yarn build -- --watch",
"watch:test": "yarn test -- --watch",
"prepublishOnly": "cp ../readme.md . && yarn clean && yarn build",
"postpublish": "yarn rimraf readme.md"
},
"dependencies": {
"@graphql-tools/schema": "^8.3.11",
"@graphql-tools/utils": "^8.6.10",
"chalk": "^2.4.1",
"graphql": "^16.0.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"validator": "^13.9.0"
},
"author": "madrov",
"license": "ISC",
"devDependencies": {
"apollo-server": "^3.7.0",
"rimraf": "^4.4.1"
},
"peerDependencies": {
"graphql": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/scalars/grapi",
"private": false
}