forked from liuyuanquan/AILabel
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
{
"name": "ailabel",
"version": "5.1.11",
"description": "图像标注",
"main": "dist/index.js",
"browser": "dist/index.js",
"browser_demo": "demo/index.js",
"browser_website": "website/src/dist/index.js",
"dependencies": {
"@babel/runtime": "^7.15.4",
"events": "^3.3.0",
"hotkeys-js": "^3.8.7",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.2",
"rollup": "^2.53.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-uglify": "^6.0.4"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"pretest": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dingyang9642/AILabel.git"
},
"keywords": [
"ailabel",
"ocr",
"ai",
"label",
"annotation"
],
"author": "dingyang",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dingyang9642/AILabel/issues"
},
"homepage": "https://github.com/dingyang9642/AILabel#readme"
}