Spaces:
Runtime error
Runtime error
Create package.json
Browse files- package.json +25 -0
package.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dependencies": {
|
3 |
+
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
4 |
+
"@ffprobe-installer/ffprobe": "^2.1.2",
|
5 |
+
"@tensorflow/tfjs-node": "^4.17.0",
|
6 |
+
"dotenv": "^16.4.5",
|
7 |
+
"express": "^4.18.3",
|
8 |
+
"file-type": "^19.0.0",
|
9 |
+
"fluent-ffmpeg": "^2.1.2",
|
10 |
+
"jpeg-js": "^0.4.4",
|
11 |
+
"nsfwjs": "^4.1.0",
|
12 |
+
"sharp": "^0.33.2"
|
13 |
+
},
|
14 |
+
"name": "nsfwdetect",
|
15 |
+
"version": "1.0.0",
|
16 |
+
"main": "index.js",
|
17 |
+
"scripts": {
|
18 |
+
"test": "echo \"Error: no test specified\" && exit 1"
|
19 |
+
},
|
20 |
+
"keywords": [],
|
21 |
+
"author": "",
|
22 |
+
"license": "ISC",
|
23 |
+
"description": ""
|
24 |
+
}
|
25 |
+
|