-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 944 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 944 Bytes
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
{
"name": "loveheart-proxy",
"version": "0.0.3",
"description": "A powerful proxy using Chemical components.",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/browser-vm/LoveHeart.git"
},
"author": "BrowserVM & Nebelung",
"license": "MIT",
"bugs": {
"url": "https://github.com/browser-vm/LoveHeart/issues"
},
"homepage": "https://github.com/browser-vm/LoveHeart#readme",
"dependencies": {
"@mercuryworkshop/scramjet": "file:lib/scramjet.tgz",
"@titaniumnetwork-dev/ultraviolet": "file:lib/ultraviolet.tgz",
"chemicaljs": "file:lib/chemicaljs-fix.tgz",
"express": "^4.21.2",
"rammerhead": "file:lib/rammerhead.tgz"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.0.0",
"globals": "^17.3.0"
}
}