| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "@antv/g",
- "version": "5.16.33",
- "description": "A core module for rendering engine implements DOM 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"
- },
- "dependencies": {
- "@antv/g-camera-api": "^1.0.40",
- "@antv/g-css-layout-api": "^1.0.38",
- "@antv/g-css-typed-om-api": "^1.0.38",
- "@antv/g-dom-mutation-observer-api": "^1.0.38",
- "@antv/g-lite": "^1.0.70",
- "@antv/g-web-animations-api": "^1.0.39"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
- }
|