UNPKG

1.19 kBJSONView Raw
1{
2 "name": "@antv/g",
3 "version": "6.0.6",
4 "description": "A core module for rendering engine implements DOM API.",
5 "keywords": [
6 "antv",
7 "g",
8 "rendering engine"
9 ],
10 "homepage": "https://github.com/antvis/g#readme",
11 "bugs": {
12 "url": "https://github.com/antvis/g/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/antvis/g.git"
17 },
18 "license": "MIT",
19 "author": "https://github.com/orgs/antvis/people",
20 "sideEffects": true,
21 "exports": {
22 "types": "./dist/index.d.ts",
23 "import": "./dist/index.esm.js",
24 "default": "./dist/index.js"
25 },
26 "main": "dist/index.js",
27 "unpkg": "dist/index.umd.min.js",
28 "module": "dist/index.esm.js",
29 "types": "dist/index.d.ts",
30 "files": [
31 "package.json",
32 "dist",
33 "LICENSE",
34 "README.md"
35 ],
36 "dependencies": {
37 "@antv/g-camera-api": "2.0.5",
38 "@antv/g-dom-mutation-observer-api": "2.0.5",
39 "@antv/g-lite": "2.0.5",
40 "@antv/g-web-animations-api": "2.0.6"
41 },
42 "publishConfig": {
43 "access": "public"
44 },
45 "scripts": {
46 "build": "npm run clean && rollup -c",
47 "clean": "rimraf dist",
48 "sync": "tnpm sync",
49 "watch": "rollup -c -w"
50 }
51}
\No newline at end of file