{
  "name": "@antv/g-css-typed-om-api",
  "version": "1.0.38",
  "description": "A simple implementation of CSS Typed OM API.",
  "keywords": [
    "antv",
    "g",
    "rendering engine"
  ],
  "homepage": "https://github.com/antvis/g#readme",
  "bugs": {
    "url": "https://github.com/antvis/g/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antvis/g.git"
  },
  "license": "MIT",
  "author": "https://github.com/orgs/antvis/people",
  "sideEffects": true,
  "main": "dist/index.js",
  "unpkg": "dist/index.umd.min.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "package.json",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "sync": "tnpm sync"
  },
  "peerDependencies": {
    "@antv/g-lite": "^1.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "53932c66ed9f2cbc28993e1e359c8df27703fc52"
}
