{
  "name": "@bakedpotatolord/nsfwjs",
  "version": "0.0.4",
  "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": "terser dist/bundle.js --compress --mangle --output dist/nsfwjs.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/infinitered/nsfwjs.git"
  },
  "peerDependencies": {
    "@tensorflow/tfjs": "^4.0.0"
  },
  "devDependencies": {
    "@tensorflow/tfjs": "^4.0.0",
    "@types/jest": "^28.1.6",
    "all-contributors-cli": "^6.20.0",
    "babel-core": "^6.26.3",
    "babel-plugin-transform-runtime": "~6.23.0",
    "browserify": "^17.0.0",
    "doctoc": "^2.2.0",
    "jest": "^28.1.3",
    "jpeg-js": "^0.4.4",
    "node-fetch": "^2.6.7",
    "np": "5.0.2",
    "seedrandom": "~3.0.5",
    "terser": "^5.14.2",
    "ts-jest": "^28.0.7",
    "ts-node": "~10.9.1",
    "tslint": "~6.1.3",
    "typescript": "4.9.4"
  },
  "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"
}
