-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.94 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "deepdetect-js",
"version": "1.8.12",
"description": "DeepDetect JS client",
"main": "lib/deepdetect.js",
"scripts": {
"build": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --env dev && webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --colors ./test/*.spec.js",
"test:watch": "mocha --colors -w ./test/*.spec.js -w ./src/*.js",
"test_pending": "mocha --colors ./test/pending.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jolibrain/deepdetect-js.git"
},
"keywords": [
"deepdetect",
"deep-learning",
"machine-learning",
"rest-api",
"client",
"javascript",
"request"
],
"author": {
"name": "Alexandre Girard",
"email": "[email protected]",
"url": "http://jolibrain.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jolibrain/deepdetect-js/issues"
},
"homepage": "https://deepdetect.com",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.0.0-beta.51",
"all-contributors-cli": "^6.19.0",
"chai": "^4.1.2",
"jsdom": "^22.1.0",
"jsdom-global": "3.0.2",
"mocha": "^10.2.0",
"process": "^0.11.10",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
"dependencies": {
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.23.2",
"async": "^3.2.4",
"babel-loader": "^9.1.3",
"braces": "^3.0.2",
"decode-uri-component": "^0.4.1",
"eslint": "^8.51.0",
"eslint-webpack-plugin": "^4.0.1",
"isomorphic-fetch": "^3.0.0",
"js-yaml": "^3.13.1",
"loader-fs-cache": "^1.0.3",
"loader-utils": "^3.2.1",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"pathval": "^2.0.0",
"qs": "^6.11.2",
"terser": "^5.22.0"
}
}