-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 849 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
{
"name": "@vladmandic/human-models",
"description": "Repository for Human models",
"license": "MIT",
"author": "Vladimir Mandic <mandic00@live.com>",
"version": "3.0.6",
"repository": {
"type": "git",
"url": "git+https://github.com/vladmandic/human-models.git"
},
"bugs": {
"url": "https://github.com/vladmandic/human-models/issues"
},
"homepage": "https://github.com/vladmandic/human-models#readme",
"scripts": {
"gcp-upload": "node gcp-upload.js"
},
"keywords": [
"human",
"human-library",
"tfjs-models"
],
"dependencies": {
"@google-cloud/storage": "^6.11.0",
"@vladmandic/human": "^3.0.7",
"@vladmandic/pilogger": "^0.4.8",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0"
}
}