{
  "name": "@gapi/playground",
  "version": "1.8.175",
  "repository": {
    "type": "git",
    "url": "https://github.com/Stradivario/gapi-playground"
  },
  "scripts": {
    "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist",
    "delete-dist": "rm -rf dist",
    "clean": "git clean -dxf",
    "test": "echo test",
    "lint": "npx eslint . --ext .ts",
    "lint-fix": "npx eslint . --fix --ext .ts",
    "build": "rm -rf dist && tsc || true"
  },
  "author": {
    "name": "Kristian Tachev(Stradivario)",
    "email": "kristiqn.tachev@gmail.com"
  },
  "keywords": [
    "graphql",
    "gapi",
    "node"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stradivario/gapi-playground/issues"
  },
  "homepage": "https://github.com/Stradivario/gapi-playground#readme",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "dependencies": {
    "graphql-playground-html": "1.6.13"
  },
  "devDependencies": {
    "@rxdi/core": "^0.7.199",
    "@rxdi/hapi": "^0.7.199",
    "@types/hapi": "^18.0.2",
    "@types/node": "^25.0.3",
    "typescript": "^5.9.3"
  }
}
