UNPKG

@nsfwspy/node

Version:

A nudity/pornography image classifier built for Node.js.

37 lines 940 B
{ "name": "@nsfwspy/node", "version": "1.2.0", "description": "A nudity/pornography image classifier built for Node.js.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --build" }, "repository": { "type": "git", "url": "git+https://github.com/NsfwSpy/NsfwSpy.js.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/NsfwSpy/NsfwSpy.js/issues" }, "homepage": "https://github.com/NsfwSpy/NsfwSpy.js", "keywords": [ "nsfw", "pornography", "porn", "inappropriate", "nude", "classifier", "recognition", "classification" ], "devDependencies": { "@types/node": "^18.7.14", "typescript": "^4.8.2" }, "dependencies": { "@tensorflow/tfjs-node": "^3.20.0" } }