forked from gliffy/canvas2svg
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
37 lines (37 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "svgcanvas",
"version": "2.5.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"
}
}