-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 961 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 961 Bytes
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
{
"name": "@voiceittech/voiceit3-nodejs",
"version": "3.0.7",
"description": "VoiceIt's API 3.0 Face + Voice Verification/Identification Node Wrapper",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voiceittech/voiceit3-nodejs.git"
},
"keywords": [
"nodejs",
"voiceit",
"biometric",
"face",
"voice",
"security",
"verification",
"identification"
],
"author": "Armaan Bindra",
"license": "MIT",
"bugs": {
"url": "https://github.com/voiceittech/voiceit3-nodejs/issues"
},
"homepage": "https://github.com/voiceittech/voiceit3-nodejs#readme",
"dependencies": {
"axios": "^1.15.0",
"form-data": "^4.0.4"
},
"devDependencies": {
"mocha": "11.7.5"
},
"overrides": {
"diff": "^8.0.3",
"serialize-javascript": "^7.0.5"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}