2022-01-05 15:20:42 +01:00
|
|
|
{
|
2022-01-05 15:45:11 +01:00
|
|
|
"name": "@vladmandic/human-models",
|
2022-05-30 14:59:10 +02:00
|
|
|
"description": "Repository for Human models",
|
2022-01-05 15:20:42 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"author": "Vladimir Mandic <mandic00@live.com>",
|
2023-01-06 19:51:32 +01:00
|
|
|
"version": "3.0.2",
|
2022-01-05 15:20:42 +01:00
|
|
|
"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",
|
2022-05-30 14:59:10 +02:00
|
|
|
"scripts": {
|
2022-09-04 21:13:32 +02:00
|
|
|
"gcp-upload": "node gcp-upload.js"
|
2022-05-30 14:59:10 +02:00
|
|
|
},
|
2022-01-05 15:20:42 +01:00
|
|
|
"keywords": [
|
|
|
|
"human",
|
|
|
|
"human-library",
|
2022-05-30 14:59:10 +02:00
|
|
|
"tfjs-models"
|
2022-01-05 15:20:42 +01:00
|
|
|
],
|
2022-01-14 16:10:30 +01:00
|
|
|
"dependencies": {
|
2023-01-06 19:48:54 +01:00
|
|
|
"@google-cloud/storage": "^6.9.0",
|
|
|
|
"@vladmandic/human": "^3.0.2",
|
2022-08-16 16:58:21 +02:00
|
|
|
"@vladmandic/pilogger": "^0.4.6",
|
2023-01-06 19:48:54 +01:00
|
|
|
"eslint": "^8.31.0",
|
2022-05-30 14:59:10 +02:00
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
2022-06-08 14:54:13 +02:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-05-30 14:59:10 +02:00
|
|
|
"eslint-plugin-node": "^11.1.0"
|
2022-01-05 15:20:42 +01:00
|
|
|
}
|
|
|
|
}
|