| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "@vendure/client-sdk",
- "version": "2.2.0-next.8",
- "description": "A client library for interacting with the Vendure GraphQL API",
- "keywords": [
- "vendure",
- "testing",
- "e2e"
- ],
- "author": "Michael Bromley <michael@michaelbromley.co.uk>",
- "homepage": "https://www.vendure.io/",
- "license": "MIT",
- "directories": {
- "lib": "lib"
- },
- "files": [
- "lib"
- ],
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vendure-ecommerce/vendure.git"
- },
- "funding": "https://github.com/sponsors/michaelbromley",
- "scripts": {
- "build": "tsc -p ./tsconfig.build.json",
- "watch": "tsc -p ./tsconfig.build.json -w",
- "lint": "eslint --fix .",
- "ci": "yarn build"
- },
- "bugs": {
- "url": "https://github.com/vendure-ecommerce/vendure/issues"
- },
- "dependencies": {
- "@graphql-typed-document-node/core": "^3.2.0"
- },
- "peerDependencies": {
- "graphql": ">16.8.0"
- },
- "devDependencies": {
- "typescript": "4.9.5"
- }
- }
|