38 lines
869 B
JSON
38 lines
869 B
JSON
{
|
|
"name": "svgcanvas",
|
|
"version": "2.3.0",
|
|
"description": "svgcanvas",
|
|
"main": "dist/svgcanvas.js",
|
|
"scripts": {
|
|
"watch": "rollup -c -w",
|
|
"build": "rollup -c",
|
|
"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": {
|
|
"@rollup/plugin-commonjs": "^21.0.2",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"chai": "^4.3.6",
|
|
"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"
|
|
}
|
|
}
|