svgcanvas/package.json

25 lines
582 B
JSON

{
"name": "svgcanvas",
"version": "2.2.0",
"description": "svgcanvas",
"main": "dist/svgcanvas.js",
"scripts": {
"build": "rollup index.js -o dist/svgcanvas.js -f cjs && rollup index.js -o dist/svgcanvas.esm.js -f es && rollup test/index.js -o dist/test.js -f iife",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/zenozeng/svgcanvas.git"
},
"keywords": [
"canvas",
"svg",
"canvas2svg"
],
"author": "Zeno Zeng",
"license": "MIT",
"devDependencies": {
"rollup": "^2.67.0"
}
}