@saeris/graphql-scalars
Version:
A collection of scalar types using Joi for validation
78 lines (77 loc) • 2.16 kB
JSON
{
"name": "@saeris/graphql-scalars",
"description": "A collection of scalar types using Joi for validation",
"version": "2.1.1",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [
"apollo",
"graphql",
"scalars"
],
"repository": {
"type": "git",
"url": "https://github.com/saeris/graphql-scalars.git"
},
"dependencies": {
"@hapi/joi": "^15.0.0",
"joi-postalcode": "^1.0.1",
"postal-codes-js": "^2.5.1",
"uri-js": "^4.4.0",
"yup": "^0.29.3"
},
"peerDependencies": {
"graphql": "^14.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
"@pika/plugin-build-types": "^0.9.2",
"@pika/plugin-build-web": "^0.9.2",
"@pika/plugin-standard-pkg": "^0.9.2",
"@types/graphql": "^14.5.0",
"@types/hapi__joi": "^17.1.4",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@types/yup": "^0.29.6",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"apollo-server": "^2.11.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"codecov": "^3.6.5",
"core-js": "3.6.5",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-promise": "^4.2.1",
"fiddly": "^0.9.1",
"graphql": "^15.3.0",
"graphql-tag": "^2.10.3",
"jest": "^26.4.2",
"lint-staged": "^10.0.9",
"nodemon": "2.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"typescript": "^4.0.2"
},
"publishConfig": {
"access": "public"
},
"esnext": "dist-src/index.js",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"types": "dist-types/index.d.ts"
}