mledu/package.json

27 lines
681 B
JSON

{
"name": "tensorflow",
"version": "0.0.1",
"private": "true",
"type": "module",
"description": "My work learning tensorflow.js and Machine Learning with Javascript in general.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@tildegit.org:robyndrake/mledu.git"
},
"keywords": [],
"author": "Robyn Drake",
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^4.4.0",
"@types/pouchdb": "^6.4.0",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"pouchdb": "^8.0.1",
"worker-thread": "^1.1.0"
}
}