UNPKG

apollo-client-code-first-request

Version:
56 lines (55 loc) 1.72 kB
{ "name": "apollo-client-code-first-request", "version": "1.2.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "build": "rm -rf dist && tsc -p tsconfig.build.json", "prepublishOnly": "npm run test && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/oz-k/apollo-client-code-first-request.git" }, "keywords": [ "apollo", "apollo-client", "code-first", "typescript", "decorator", "request", "fetch" ], "author": "oz-k", "license": "MIT", "bugs": { "url": "https://github.com/oz-k/apollo-client-code-first-request/issues" }, "homepage": "https://github.com/oz-k/apollo-client-code-first-request#readme", "dependencies": { "@apollo/client": "^3.6.6", "reflect-metadata": "^0.1.13" }, "devDependencies": { "@types/jest": "^28.1.1", "@types/node": "^17.0.40", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint": "^8.17.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.30.0", "eslint-plugin-react-hooks": "^4.5.0", "jest": "^28.1.1", "ts-jest": "^28.0.4", "typescript": "^4.7.3" } }