-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) 路 1.5 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) 路 1.5 KB
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
{
"repository": {
"type": "git",
"url": "https://github.com/HyeokjinKang/URLATE"
},
"name": "urlate",
"version": "1.0.0-rc.4",
"description": "URLATE, Online rhythm game based on web technologies.",
"main": "src/",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "tsc",
"auto-build": "tsc-watch",
"dev": "supervisor dist/index.js",
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 stop URLATE-v3l-frontend",
"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": "Coupyworks",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
"cookie-parser": "^1.4.7",
"ejs": "^3.1.10",
"express": "^5.2.1",
"i18n": "^0.15.3",
"multer": "^2.2.0",
"node-fetch": "^3.3.2",
"nsfwjs": "^4.4.0",
"sharp": "^0.34.5",
"tsc-watch": "^7.2.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/multer": "^2.2.0",
"@types/node": "^24.13.3",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"eslint": "^10.8.0",
"globals": "^17.9.0",
"javascript-obfuscator": "^4.2.2",
"prettier": "^3.9.6",
"signale": "^1.4.0",
"supervisor": "^0.12.0",
"typescript": "^5.9.3"
}
}