mirror of
https://github.com/Expand-sys/whoscatrevival
synced 2026-03-22 09:47:08 +11:00
36 lines
913 B
JSON
36 lines
913 B
JSON
{
|
|
"name": "whoscatisthat",
|
|
"version": "1.0.0",
|
|
"description": "cat detector and stealing operations",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"@tensorflow-models/mobilenet": "^2.1.0",
|
|
"@tensorflow/tfjs": "^2.8.6",
|
|
"@tensorflow/tfjs-backend-wasm": "^2.7.0",
|
|
"@tensorflow/tfjs-core": "^3.12.0",
|
|
"@tensorflow/tfjs-node": "^2.7.0",
|
|
"concat-stream": "^2.0.0",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"express-busboy": "^8.0.0",
|
|
"flash": "^1.1.0",
|
|
"jimp": "^0.16.1",
|
|
"jpeg-js": "^0.4.2",
|
|
"lodash": "^4.17.20",
|
|
"mkdirp": "^1.0.4",
|
|
"multer": "^1.4.2",
|
|
"nodemon": "^2.0.6",
|
|
"passenger": "^1.0.0",
|
|
"pug": "^3.0.0",
|
|
"streamifier": "^0.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://10.10.1.177:3000/HarrisonDubois/whoscatisthat.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|