@nsfw-filter/nsfwjs
Version:
Detect NSFW content client side
64 lines (63 loc) • 1.78 kB
JSON
{
"name": "@nsfw-filter/nsfwjs",
"version": "2.2.0",
"unpkg": "dist/nsfwjs.min.js",
"description": "Detect NSFW content client side",
"main": "dist/index.js",
"scripts": {
"test": "yarn build && jest",
"lint": "tslint -p . -t verbose",
"shipit": "yarn build && yarn scriptbundle && yarn minbundle && np",
"build": "tsc --skipLibCheck",
"toc": "doctoc .",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"prep": "yarn && yarn build && cd example/nsfw_demo/ && yarn add ../../ && cd -",
"scriptbundle": "browserify ./dist/nsfwjs.js --standalone nsfwjs --outfile ./dist/bundle.js",
"minbundle": "uglifyjs dist/bundle.js --compress --output dist/nsfwjs.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infinitered/nsfwjs.git"
},
"dependencies": {
"@nsfw-filter/gif-frames": "1.0.2"
},
"peerDependencies": {
"@tensorflow/tfjs": "^1.7.4"
},
"devDependencies": {
"@tensorflow/tfjs": "^1.7.4",
"@types/jest": "^26.0.0",
"all-contributors-cli": "^6.1.2",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
"browserify": "^16.2.3",
"doctoc": "^1.4.0",
"jest": "^25.2.1",
"jpeg-js": "^0.4.0",
"node-fetch": "^2.3.0",
"np": "^5.0.0",
"seedrandom": "~3.0.3",
"ts-jest": "^25.2.1",
"ts-node": "~8.10.1",
"tslint": "~6.1.0",
"typescript": "3.9.7",
"uglify-js": "^3.6.0"
},
"keywords": [
"NSFW",
"JavaScript",
"ML",
"Machine",
"Learning",
"Tensorflow",
"JS"
],
"author": "Gant Laborde",
"license": "MIT",
"bugs": {
"url": "https://github.com/infinitered/nsfwjs/issues"
},
"homepage": "https://nsfwjs.com"
}