UNPKG

@goteborgco/open-api-js-client

Version:

Official JavaScript client for the Göteborg & Co GraphQL API

42 lines (41 loc) 868 B
{ "name": "@goteborgco/open-api-js-client", "version": "1.0.4", "description": "Official JavaScript client for the Göteborg & Co GraphQL API", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "prepare": "npm run clean && npm run build" }, "keywords": [ "goteborgco", "gothenburg", "api", "graphql", "typescript" ], "author": "Göteborg & Co", "license": "MIT", "dependencies": { "@apollo/client": "^3.9.5", "cross-fetch": "^4.0.0", "graphql": "^16.8.1" }, "devDependencies": { "@types/graphql": "^14.5.0", "@types/node": "^20.11.0", "dotenv": "^16.4.7", "serve": "^14.2.1", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }