1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "@antv/g-web-animations-api",
- "version": "1.0.39",
- "description": "A simple implementation of Web Animations 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/util": "^3.3.1"
- },
- "peerDependencies": {
- "@antv/g-lite": "^1.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "53932c66ed9f2cbc28993e1e359c8df27703fc52"
- }
|