UNPKG

graphql-objectid-scalar

Version:
58 lines (57 loc) 1.52 kB
{ "name": "graphql-objectid-scalar", "version": "1.0.5", "description": "MongoDB objectId scalar for GraphQL.js", "files": [ "lib/**/*" ], "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint --ext ts src", "test": "npx jest --detectOpenHandles --maxWorkers=1 --coverage" }, "prettier": { "printWidth": 140, "semi": true, "tabWidth": 4, "bracketSpacing": true, "arrowParens": "always" }, "repository": { "type": "git", "url": "git+https://github.com/captorab/graphql-objectid-scalar.git" }, "keywords": [ "graphql", "scalar", "mongodb", "ObjectId" ], "author": { "name": "Andreas Lindh", "email": "info@captor.se", "url": "https://captor.se" }, "license": "MIT", "bugs": { "url": "https://github.com/captorab/graphql-objectid-scalar/issues" }, "homepage": "https://github.com/captorab/graphql-objectid-scalar#readme", "peerDependencies": { "graphql": ">=0.8.0", "mongodb": ">=3.0.0" }, "devDependencies": { "@types/jest": "^27", "@typescript-eslint/eslint-plugin": "^4.29.2", "eslint": "^7", "eslint-config-prettier": "^8", "eslint-config-standard": "^16", "jest": "^27", "prettier": "2.4.1", "ts-jest": "^27", "typescript": "^4" } }