main
Vladimir Mandic 2022-09-04 15:13:32 -04:00
parent d66ef08dfd
commit 7a5e6f34a7
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"description": "Repository for Human models",
"license": "MIT",
"author": "Vladimir Mandic <mandic00@live.com>",
"version": "2.8.1",
"version": "2.10.0",
"main": "gcp-upload.js",
"repository": {
"type": "git",
@ -14,7 +14,7 @@
},
"homepage": "https://github.com/vladmandic/human-models#readme",
"scripts": {
"start": "node gcp-upload.js"
"gcp-upload": "node gcp-upload.js"
},
"keywords": [
"human",
@ -22,10 +22,10 @@
"tfjs-models"
],
"dependencies": {
"@google-cloud/storage": "^6.4.1",
"@google-cloud/storage": "^6.4.2",
"@vladmandic/human": "^2.9.3",
"@vladmandic/pilogger": "^0.4.6",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0"