nsfwcheck-api / package.json
caliphdev's picture
Update package.json
d8d447a verified
raw
history blame contribute delete
427 Bytes
{
"dependencies": {
"@tensorflow/tfjs-node": "latest",
"body-parser": "^1.20.2",
"express": "^4.19.2",
"node-fetch": "^2.6.1",
"nsfwjs": "latest"
},
"name": "nsfw-check",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "caliphdev",
"license": "ISC",
"description": ""
}