{
  "name": "@antv/g-adapter",
  "version": "0.0.1-alpha",
  "description": "Adapt the rendering engine G",
  "keywords": [
    "antv",
    "g6",
    "adapter"
  ],
  "homepage": "https://g6.antv.vision",
  "bugs": {
    "url": "https://github.com/antvis/g6/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/antvis/g6"
  },
  "license": "MIT",
  "author": "https://github.com/orgs/antvis/people",
  "files": [
    "package.json",
    "es",
    "lib",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "father build --watch",
    "build": "npm run clean && father build",
    "ci": "npm run build && npm run coverage",
    "clean": "rimraf es lib",
    "coverage": "jest --coverage",
    "doc": "rimraf apis && typedoc",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx --format=pretty \"./\"",
    "lint:src": "eslint --ext .ts --format=pretty \"./src\"",
    "prettier": "prettier -c --write \"**/*\"",
    "test": "jest",
    "test-live": "DEBUG_MODE=1 jest --watch  ./tests/unit/graph/graph-spec.ts",
    "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx",
    "watch": "father build -w"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged & npm run test"
    }
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx}": [
      "npm run lint-staged:js"
    ]
  },
  "dependencies": {
    "@antv/dom-util": "^2.0.1",
    "@antv/event-emitter": "~0.1.0",
    "@antv/g": "^5.2.2",
    "@antv/g-canvas": "^1.2.2",
    "@antv/g-components": "^1.2.2",
    "@antv/g-math": "^1.2.2",
    "@antv/g-plugin-dragndrop": "^1.1.2",
    "@antv/g-svg": "^1.2.2",
    "@antv/g-webgl": "^1.2.2",
    "@antv/matrix-util": "^3.1.0-beta.3",
    "@antv/util": "~2.0.5",
    "@mapbox/tiny-sdf": "^2.0.5",
    "eventemitter3": "^4.0.7",
    "tslib": "^2.1.0"
  },
  "devDependencies": {
    "@antv/g-plugin-html-renderer": "^1.0.0-alpha.6",
    "@babel/core": "^7.7.7",
    "@turf/turf": "^5.1.6",
    "@types/jest": "^25.2.1",
    "@types/node": "13.11.1",
    "@typescript-eslint/eslint-plugin": "^4.11.1",
    "@umijs/fabric": "^2.0.0",
    "awesome-typescript-loader": "^5.2.1",
    "babel-loader": "^8.0.6",
    "eslint": "^7.7.0",
    "event-simulate": "~1.0.0",
    "father": "^2.29.1",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "jest-electron": "^0.1.7",
    "jest-extended": "^0.11.2",
    "lint-staged": "^10.2.11",
    "pre-commit": "^1.2.2",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.1.0",
    "ts-loader": "^7.0.3",
    "typescript": "^3.9.5"
  }
}