forked from craciuncezar/browser-cryptominer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 810 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
33
{
"name": "web-cryptominer-solution",
"version": "1.0.0",
"description": "Client solution for cryptomining monero inside the browser",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"start": "npx ts-node ./proxy-server/index.ts"
},
"author": "Craciun Cezar",
"license": "ISC",
"devDependencies": {
"@types/node": "17.0.13",
"@types/express": "4.17.13",
"javascript-obfuscator": "^0.18.8",
"rollup": "2.66.1",
"rollup-plugin-obfuscator": "^0.2.1",
"typescript": "4.5.5",
"ts-node": "10.4.0",
"vite": "2.7.10"
},
"dependencies": {
"express": "4.17.2",
"http-proxy-middleware": "^2.0.1",
"nodemon": "^2.0.15",
"socket.io": "4.4.0"
},
"engines": {
"node": "16.9.1"
}
}