human-models/package.json

34 lines
870 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>",
2022-06-08 14:54:13 +02:00
"version": "2.8.1",
2022-05-30 14:59:10 +02:00
"main": "gcp-upload.js",
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": {
"start": "node gcp-upload.js"
},
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": {
2022-08-16 16:58:21 +02:00
"@google-cloud/storage": "^6.4.1",
"@vladmandic/human": "^2.9.3",
"@vladmandic/pilogger": "^0.4.6",
"eslint": "^8.22.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
}
}