UNPKG

vdrag-topo-ui

Version:

36 lines (35 loc) 727 B
{ "name": "vdrag-topo-ui", "version": "4.5.11", "description": "", "main": "dist/lib/index.js", "module": "dist/es/index.js", "scripts": { "build": "vite build", "test": "vitest", "coverage": "vitest run --coverage", "release": "release-it --npm.skipCheck" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git@codeup.aliyun.com:zkxt-dev/geovis/topo/vdrag-ui.git" }, "keywords": [ "vdrag-topo-ui", "vue3组件库", "pnpm+ts" ], "author": "hxx", "license": "MIT", "dependencies": { "sortablejs": "^1.15.6", "vdrag-topo-utils": "1.2.0" }, "typings": "lib/index.d.ts", "devDependencies": { "@types/sortablejs": "^1.15.8" } }