graphql-bigint
Version:
A 53-bit wide implementation of integers for GraphQL
35 lines (34 loc) • 742 B
JSON
{
"name": "graphql-bigint",
"version": "1.0.0",
"description": "A 53-bit wide implementation of integers for GraphQL",
"main": "index.js",
"peerDependencies": {
"graphql": "*"
},
"devDependencies": {
"chai": "^4.1.0",
"graphql": "^0.10.5",
"nyc": "^11.0.3"
},
"scripts": {
"test": "nyc node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stems/graphql-bigint.git"
},
"keywords": [
"graphql",
"int",
"bigint",
"long",
"number"
],
"author": "acarl005 <acarl005@g.ucla.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stems/graphql-bigint/issues"
},
"homepage": "https://github.com/stems/graphql-bigint#readme"
}