{ "name": "graphql-scalars", "version": "1.10.0", "description": "A collection of scalar types not included in base GraphQL.", "sideEffects": false, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" }, "dependencies": { "tslib": "~2.2.0" }, "repository": { "type": "git", "url": "https://github.com/Urigo/graphql-scalars.git" }, "license": "MIT", "engines": { "node": ">=10" }, "main": "index.js", "module": "index.mjs", "typings": "index.d.ts", "typescript": { "definition": "index.d.ts" }, "exports": { ".": { "require": "./index.js", "import": "./index.mjs" }, "./*": { "require": "./*.js", "import": "./*.mjs" } } }