-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 890 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "nsfw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "clear && while [ true ]; do node index.js ; done",
"test": "clear && node --inspect index.js",
"prettier": "prettier ./ --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrepol742/nsfw.git"
},
"author": "Melvin Jones Repol",
"license": "SEE LICENSE IN https://github.com/mrepol742/search/blob/master/LICENSE",
"bugs": {
"url": "https://github.com/mrepol742/nsfw/issues"
},
"homepage": "https://github.com/mrepol742/nsfw#readme",
"dependencies": {
"@tensorflow/tfjs-node": "^4.7.0",
"axios": "^1.4.0",
"nsfwjs": "^2.4.2"
},
"devDependencies": {
"prettier": "^2.8.8"
},
"engines": {
"node": ">=18.x"
}
}