12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "@repo/x6-plugin-selection",
- "version": "2.2.2",
- "private": true,
- "module": "src/index.ts",
- "files": [
- "src"
- ],
- "keywords": [
- "plugin",
- "selection",
- "x6",
- "antv"
- ],
- "author": {
- "name": "bubkoo",
- "email": "bubkoo.wy@gmail.com"
- },
- "license": "MIT",
- "homepage": "https://x6.antv.antgroup.com/tutorial/plugins/selection",
- "bugs": {
- "url": "https://github.com/antvis/x6/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/antvis/x6.git",
- "directory": "packages/x6-plugin-selection"
- },
- "publishConfig": {
- "access": "public",
- "registry": "https://registry.npmjs.org"
- }
- }
|