-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (34 loc) · 843 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
{
"name": "region-screenshot-js",
"version": "1.1.0",
"description": "A web-based selection screenshot plugin that helps you quickly build a beautiful and functional screenshot selection feature. ",
"main": "dist/region-screenshot.umd.js",
"module": "dist/region-screenshot.mjs",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"canvas",
"screenshot",
"web",
"H5"
],
"repository": {
"type": "git",
"url": "https://github.com/weijun-lab/region-screenshot-js"
},
"author": "Jun Wei",
"license": "MIT",
"devDependencies": {
"dom-to-image": "^2.6.0",
"sass": "^1.76.0",
"vite": "^5.0.12",
"vite-plugin-css-injected-by-js": "^3.5.1",
"jquery": "^3.7.1"
}
}