amas_ai_webmodel
Version:
YOLO Inference library using TensorFlow.js
47 lines • 1.23 kB
JSON
{
"name": "amas_ai_webmodel",
"version": "1.0.8",
"description": "YOLO Inference library using TensorFlow.js",
"main": "dist/yolo.umd.js",
"module": "dist/yolo.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": [
"YOLO",
"TensorFlow.js",
"object-detection",
"TypeScript"
],
"author": {
"name": "Betta Softwares Africa",
"email": "bettasoftwares@proton.me"
},
"license": "MIT",
"peerDependencies": {
"@tensorflow/tfjs": "4.22.0",
"@tensorflow/tfjs-backend-webgl": "4.22.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-typescript": "12.1.2",
"rollup": "2.79.2",
"rollup-plugin-terser": "7.0.2",
"tslib": "^2.8.1",
"typescript": "5.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDroid999/amasai_webmodel_v2_api.git"
},
"bugs": {
"url": "https://github.com/amasai_webmodel_v2_api/amasai_webmodel_v2_api/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/amasai_webmodel_v2_api/amasai_webmodel_v2_api#readme"
}