{
  "name": "@usekana/client-kana-js",
  "version": "0.2.11",
  "description": "Kana frontend JavaScript client",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "npm run clean && npm run graphql-codegen && tsc",
    "graphql-codegen": "graphql-codegen --config codegen.yml",
    "clean": "rimraf dist && rimraf src/graphql/generated",
    "lint": "eslint src",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "format": "prettier './**/*.{js,ts,md}' --write",
    "format-check": "prettier './**/*.{js,ts,md}' --check"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/usekana/client-kana-js.git"
  },
  "homepage": "https://github.com/usekana/client-kana-js",
  "bugs": "https://github.com/usekana/client-kana-js/issues",
  "keywords": [
    "Kana",
    "Kana.js",
    "frontend"
  ],
  "author": "Kana <support@usekana.com> (https://www.usekana.com/)",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@graphql-codegen/cli": "^2.16.4",
    "@graphql-codegen/introspection": "^2.2.3",
    "@graphql-codegen/typescript": "^2.8.7",
    "@graphql-codegen/typescript-graphql-request": "^4.5.8",
    "@graphql-codegen/typescript-operations": "^2.5.12",
    "@types/jest": "^27.4.0",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "graphql": "^16.6.0",
    "graphql-request": "^5.1.0",
    "graphql-tag": "^2.12.6",
    "jest": "^27.4.7",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.1.3",
    "tslib": "^2.4.1",
    "typescript": "^4.8.4"
  }
}
