nsfwjs-api
Version:
nsfwjs-api 鉴别 jpg、png、gif图片
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "nsfwjs-api",
"version": "2.0.1",
"description": "nsfwjs-api 鉴别 jpg、png、gif图片",
"main": "dist/index.js",
"scripts": {
"build": "rimraf ./dist && tsc",
"prepare": "tsc"
},
"files": [
"dist",
"model"
],
"homepage": "https://github.com/kongxiangyiren/nsfwjs-api#readme",
"bugs": {
"url": "https://github.com/kongxiangyiren/nsfwjs-api/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/kongxiangyiren/nsfwjs-api.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
},
"keywords": [
"nsfwjs",
"nsfwjs-api"
],
"author": "空巷一人",
"license": "MIT",
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"rimraf": "^6.0.1",
"typescript": "^5.5.3"
},
"dependencies": {
"@tensorflow/tfjs-node": "^4.20.0",
"axios": "^1.7.2",
"file-type": "^16",
"nsfwjs": "^4.1.0"
},
"types": "./dist/index.d.ts",
"directories": {
"example": "example"
}
}