|
1 | 1 | { |
2 | | - "name": "web_client", |
3 | | - "private": true, |
| 2 | + "name": "prismarine-web-client", |
4 | 3 | "version": "1.0.0", |
5 | | - "description": "web_client", |
| 4 | + "description": "A minecraft client running in a browser", |
6 | 5 | "main": "index.js", |
7 | 6 | "scripts": { |
8 | 7 | "prepare": "webpack", |
|
13 | 12 | "fix": "standard --fix", |
14 | 13 | "test": "npm run lint && mocha" |
15 | 14 | }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+https://github.com/PrismarineJS/prismarine-web-client.git" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "prismarine", |
| 21 | + "web", |
| 22 | + "client" |
| 23 | + ], |
| 24 | + "author": "Romain Beaumont", |
| 25 | + "license": "MIT", |
| 26 | + "bin": { |
| 27 | + "prismarine-web-client": "./server.js" |
| 28 | + }, |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/PrismarineJS/prismarine-web-client/issues" |
| 31 | + }, |
| 32 | + "homepage": "https://github.com/PrismarineJS/prismarine-web-client#readme", |
16 | 33 | "dependencies": { |
| 34 | + "body-parser": "^1.19.0", |
| 35 | + "express": "^4.17.1", |
| 36 | + "net-browserify": "^0.2.4", |
| 37 | + "request": "^2.88.2", |
| 38 | + "compression": "^1.7.4" |
| 39 | + }, |
| 40 | + "devDependencies": { |
17 | 41 | "assert": "^2.0.0", |
18 | 42 | "browserify-zlib": "^0.2.0", |
19 | 43 | "buffer": "^6.0.3", |
20 | 44 | "clean-webpack-plugin": "^3.0.0", |
21 | | - "compression": "^1.7.4", |
22 | 45 | "constants-browserify": "^1.0.0", |
23 | 46 | "copy-webpack-plugin": "^7.0.0", |
24 | 47 | "crypto-browserify": "^3.12.0", |
25 | 48 | "events": "^3.2.0", |
26 | | - "express": "^4.17.1", |
27 | 49 | "http-browserify": "^1.7.0", |
| 50 | + "http-server": "^0.12.3", |
28 | 51 | "https-browserify": "^1.0.0", |
| 52 | + "lodash-webpack-plugin": "^0.11.6", |
29 | 53 | "memfs": "^3.2.0", |
30 | 54 | "mineflayer": "^2.39.2", |
31 | | - "net-browserify": "^0.2.4", |
| 55 | + "mocha": "^8.3.0", |
32 | 56 | "os-browserify": "^0.3.0", |
33 | 57 | "path-browserify": "^1.0.1", |
34 | 58 | "prismarine-viewer": "^1.14.0", |
35 | 59 | "process": "^0.11.10", |
36 | | - "request": "^2.88.2", |
| 60 | + "standard": "^16.0.3", |
37 | 61 | "stream-browserify": "^3.0.0", |
38 | 62 | "three": "^0.124.0", |
39 | 63 | "timers-browserify": "^2.0.12", |
40 | 64 | "webpack": "^5.11.0", |
41 | 65 | "webpack-cli": "^4.2.0", |
42 | 66 | "webpack-dev-server": "^3.11.0" |
43 | | - }, |
44 | | - "devDependencies": { |
45 | | - "http-server": "^0.12.3", |
46 | | - "lodash-webpack-plugin": "^0.11.6", |
47 | | - "mocha": "^8.3.0", |
48 | | - "standard": "^16.0.3" |
49 | 67 | } |
50 | 68 | } |
0 commit comments