UNPKG

@txstate-mws/graphql-server

Version:

A simple graphql server designed to work with typegraphql.

66 lines (65 loc) 1.87 kB
{ "name": "@txstate-mws/graphql-server", "version": "2.3.8", "description": "A simple graphql server designed to work with typegraphql.", "exports": { "types": "./dist-esm/index.d.ts", "require": "./dist/index.js", "import": "./dist-esm/index.js" }, "types": "./dist-esm/index.d.ts", "scripts": { "prepublishOnly": "npm run build", "build": "rm -rf dist && tsc && cp src/*.html ./dist/ && cp src/playground.js ./dist/ && mv dist/*.d.ts dist-esm/", "mocha": "tsc -p test/tsconfig.json && mocha test/dist/**/*.js --exit", "test": "./test.sh", "start": "ts-node testservice/index.ts" }, "dependencies": { "@fastify/multipart": "^8.0.0", "@graphql-tools/utils": "^8.0.1", "dataloader-factory": "^4.1.3", "fastify-txstate": "^3.0.11", "graphql": "^15.5.0", "jose": "^5.0.0 || ^6.0.0", "lru-cache": "^11.0.0", "reflect-metadata": "^0.2.1", "txstate-utils": "^1.3.2", "type-graphql": "^1.2.0-rc.1" }, "devDependencies": { "@apollo/gateway": "^0.50.0", "@types/chai": "^4.2.15", "@types/mocha": "^10.0.0", "@types/node": "^16.4.9", "@types/validator": "^13.7.1", "apollo-server": "^3.1.2", "axios": "^1.6.0", "chai": "^4.2.0", "eslint-config-standard-with-typescript": "^43.0.0", "jose": "^5.0.0", "mercurius": "^10.0.0", "mocha": "^11.0.0", "ts-node": "^10.1.0", "typescript": "^5.2.2" }, "repository": { "type": "git", "url": "git+https://github.com/txstate-etc/graphql-server.git" }, "keywords": [ "graphql", "typegraphql", "fastify" ], "author": "Nick Wing", "license": "MIT", "bugs": { "url": "https://github.com/txstate-etc/graphql-server/issues" }, "homepage": "https://github.com/txstate-etc/graphql-server#readme", "files": [ "dist/**/*", "dist-esm/**/*" ] }