human-models/package.json

33 lines
849 B
JSON
Raw Normal View History

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-05-08 15:18:27 +02:00
"version": "3.0.6",
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-05-08 15:18:26 +02:00
"@google-cloud/storage": "^6.10.0",
"@vladmandic/human": "^3.0.6",
"@vladmandic/pilogger": "^0.4.8",
"eslint": "^8.40.0",
2022-05-30 14:59:10 +02:00
"eslint-config-airbnb-base": "^15.0.0",
2023-01-30 14:11:51 +01:00
"eslint-plugin-import": "^2.27.5",
2022-05-30 14:59:10 +02:00
"eslint-plugin-node": "^11.1.0"
2022-01-05 15:20:42 +01:00
}
}