-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.49 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "image-cropper-component",
"version": "2.6.5",
"description": "An image cropper web component.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/image-cropper-component/image-cropper-component.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/tony-xlh/image-cropper-component.git"
},
"files": [
"dist/",
"loader/"
],
"keywords": [
"image",
"crop",
"cropper",
"document",
"perspective transformation",
"normalization",
"dynamsoft",
"web component"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "^4.12.0"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"dynamsoft-capture-vision-router": "^2.0.30",
"dynamsoft-core": "^3.0.30",
"dynamsoft-document-normalizer": "^2.0.20",
"dynamsoft-license": "^3.0.20",
"i": "^0.3.7",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"npm": "^10.2.5"
},
"license": "MIT"
}