-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.33 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
{
"repository": {
"type": "git",
"url": "https://github.com/HyeokjinKang/URLATE-v3l-frontend"
},
"name": "urlate",
"version": "1.0.0-beta.2",
"description": "Avoid & Get on the tempo, URLATE",
"main": "src/",
"scripts": {
"build": "tsc",
"auto-build": "tsc-watch",
"start": "supervisor dist/index.js",
"obfuscate": "javascript-obfuscator public/js/ --output public/js/ --debug-protection false --disable-console-output true --domain-lock 'urlate.coupy.dev' --domain-lock-redirect-url 'urlate.coupy.dev' --numbers-to-expressions true --self-defending true"
},
"author": "Team Croissant",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@tensorflow/tfjs-node": "^4.20.0",
"cookie-parser": "^1.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"i18n": "^0.8.4",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.11",
"nsfwjs": "^3.0.0",
"sharp": "^0.33.2",
"tsc-watch": "^4.4.0"
},
"devDependencies": {
"@types/multer": "^1.4.9",
"@types/node": "^13.7.7",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"javascript-obfuscator": "^4.0.2",
"prettier": "^2.8.8",
"signale": "^1.4.0",
"supervisor": "^0.12.0",
"typescript": "^5.1.3"
}
}