This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/graphql-request/package.json

82 lines
2.0 KiB
JSON

{
"name": "graphql-request",
"version": "3.4.0",
"main": "dist/index.js",
"files": [
"dist"
],
"bundlesize": [
{
"path": "./dist/index.js",
"maxSize": "15 kB"
}
],
"repository": {
"type": "git",
"url": "https://github.com/prisma/graphql-request.git"
},
"keywords": [
"graphql",
"request",
"fetch",
"graphql-client",
"apollo"
],
"author": "Prisma Labs Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/prisma/graphql-request/issues"
},
"homepage": "https://github.com/prisma/graphql-request",
"scripts": {
"build:docs": "doctoc README.md --notitle",
"dev": "rm -rf dist && tsc --watch",
"dev:test": "jest --watch",
"format": "prettier --write .",
"prepublishOnly": "yarn build",
"build": "rm -rf dist && tsc -d",
"test:node": "jest --testEnvironment node",
"test:dom": "jest --testEnvironment jsdom",
"test": "yarn test:node && yarn test:dom",
"release:stable": "dripip stable",
"release:preview": "dripip preview",
"release:pr": "dripip pr"
},
"dependencies": {
"cross-fetch": "^3.0.6",
"extract-files": "^9.0.0",
"form-data": "^3.0.0"
},
"peerDependencies": {
"graphql": "14.x || 15.x"
},
"devDependencies": {
"@prisma-labs/prettier-config": "^0.1.0",
"@types/body-parser": "^1.19.0",
"@types/express": "^4.17.8",
"@types/extract-files": "^8.1.0",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.8",
"apollo-server-express": "^2.18.2",
"body-parser": "^1.19.0",
"bundlesize": "^0.18.0",
"doctoc": "^1.4.0",
"dripip": "^0.10.0",
"express": "^4.17.1",
"fetch-cookie": "^0.10.1",
"get-port": "^5.1.1",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"graphql-upload": "^11.0.0",
"jest": "^26.5.3",
"prettier": "^2.1.2",
"ts-jest": "^26.4.1",
"type-fest": "^0.18.0",
"typescript": "^4.0.3"
},
"prettier": "@prisma-labs/prettier-config",
"jest": {
"preset": "ts-jest"
}
}