forked from infinitered/nsfwjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "nsfwjs",
"version": "2.0.1",
"description": "Detect NSFW content client side",
"main": "dist/index.js",
"scripts": {
"test": "yarn build && jest",
"lint": "tslint -p . -t verbose",
"shipit": "yarn build && np",
"build": "tsc --skipLibCheck",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"prep": "yarn && yarn build && cd example/nsfw_demo/ && yarn add ../../ && cd -",
"scriptbundle": "browserify -r ./dist/index.js:nsfwjs > ./dist/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infinitered/nsfwjs.git"
},
"dependencies": {
"libgif": "0.0.2"
},
"peerDependencies": {
"@tensorflow/tfjs": "^1.1.0"
},
"devDependencies": {
"@tensorflow/tfjs": "^1.1.0",
"@types/jest": "^24.0.6",
"all-contributors-cli": "^6.1.2",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
"browserify": "^16.2.3",
"jest": "^24.1.0",
"jpeg-js": "^0.3.4",
"node-fetch": "^2.3.0",
"np": "^5.0.0",
"seedrandom": "~3.0.3",
"ts-jest": "^24.0.0",
"ts-node": "~8.3.0",
"tslint": "~5.19.0",
"typescript": "3.6.2"
},
"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"
}