{
  "name": "litegraphdb",
  "version": "1.0.12",
  "description": "JS API client generated by OpenAPI Generator",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "demo:setup": "npm link && cd demo && npm link litegraphdb",
    "demo": "cd demo && npm run start",
    "clean": "rimraf dist",
    "test": "jest  --verbose ",
    "test:update": "jest -u",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "lint": "eslint src/**/*.{ts,tsx}",
    "lint:fix": "npm run lint -- --fix",
    "format": "prettier --write 'src/**/*.{ts,tsx}'",
    "prepare": "husky",
    "build:types": "tsc",
    "build:js": "babel src --extensions \".ts,.js\" --out-dir dist --source-maps",
    "build": "npm run lint && npm run clean && npm run build:types && npm run build:js"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "@babel/cli": "^7.0.0",
    "jest": "^29.7.0",
    "msw": "^2.4.9",
    "rimraf": "^6.0.1",
    "superagent": "^5.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-typescript": "^7.27.1",
    "@types/jest": "^29.5.14",
    "@types/superagent": "^8.1.9",
    "@typescript-eslint/eslint-plugin": "^8.34.1",
    "@typescript-eslint/parser": "^8.32.1",
    "babel-jest": "^29.7.0",
    "eslint": "^8.57.1",
    "husky": "^9.1.6",
    "prettier": "^3.3.3",
    "typescript": "^5.8.3"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/litegraphdb/sdk-js.git"
  },
  "keywords": [
    "litegraphdb",
    "sdk",
    "js"
  ],
  "bugs": {
    "url": "https://github.com/litegraphdb/sdk-js/issues"
  },
  "homepage": "https://github.com/litegraphdb/sdk-js",
  "engines": {
    "node": ">=8.9.0"
  }
}