UNPKG

@tianditu/wc

Version:

Web components for tianditu, powered by Demo Macro.

48 lines 1.19 kB
{ "name": "@tianditu/wc", "version": "0.0.2", "description": "Web components for tianditu, powered by Demo Macro.", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/web-components/web-components.esm.js", "files": [ "dist/" ], "repository": { "type": "git", "url": "git+https://github.com/DemoMacro/tianditu.git" }, "keywords": [ "utility", "libraries", "tianditu", "map", "web-components" ], "author": { "name": "Demo Macro", "email": "abc@imst.xyz", "url": "https://imst.xyz/" }, "license": "MIT", "bugs": { "url": "https://github.com/DemoMacro/tianditu/issues" }, "homepage": "https://github.com/DemoMacro/tianditu#readme", "devDependencies": { "@stencil/vue-output-target": "0.8.9", "@tianditu/types": "0.0.2" }, "dependencies": { "@stencil/core": "4.20.0" }, "scripts": { "dev": "stencil build --watch", "generate": "stencil generate" } }