UNPKG

@jkun/watermark

Version:
46 lines 1.15 kB
{ "name": "@jkun/watermark", "version": "1.0.1", "description": "Stencil Component Starter", "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/ivy-watermark/ivy-watermark.esm.js", "keywords": [ "watermark", "web component", "web-component", "webComponent", "水印", "component" ], "repository": { "type": "git", "url": "https://github.com/GuoJikun/watermark.git" }, "files": [ "dist/", "loader/" ], "dependencies": { "@stencil/core": "^2.13.0" }, "devDependencies": { "@types/jest": "^27.0.3", "jest": "^27.4.5", "jest-cli": "^27.4.5", "puppeteer": "^10.0.0" }, "license": "MIT", "scripts": { "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate" } }