{ "name": "svgcanvas", "version": "2.2.2", "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 && rollup test/rendering.test.js -o dist/rendering.test.js -f iife", "prepublishOnly": "npm run build", "test": "karma start" }, "repository": { "type": "git", "url": "https://github.com/zenozeng/svgcanvas.git" }, "keywords": [ "canvas", "svg", "canvas2svg" ], "author": "Zeno Zeng", "license": "MIT", "devDependencies": { "karma": "^6.3.17", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.2.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.8", "mocha": "^9.2.1", "puppeteer": "^13.5.0", "rollup": "^2.67.0" } }