|
1 | 1 | {
|
2 | 2 | "name": "peerjs-js-binarypack",
|
3 |
| - "version": "2.0.0", |
4 |
| - "description": "BinaryPack serialization", |
5 |
| - "homepage": "https://github.com/peers/js-binarypack", |
6 |
| - "main": "dist/binarypack.cjs", |
7 |
| - "module": "dist/binarypack.mjs", |
8 |
| - "source": "lib/binarypack.ts", |
9 |
| - "types": "dist/binarypack.d.ts", |
10 |
| - "type": "module", |
11 |
| - "exports": { |
12 |
| - ".": { |
13 |
| - "import": { |
14 |
| - "types": "./dist/binarypack.d.ts", |
15 |
| - "default": "./dist/binarypack.mjs" |
16 |
| - }, |
17 |
| - "require": { |
18 |
| - "types": "./dist/binarypack.d.ts", |
19 |
| - "default": "./dist/binarypack.cjs" |
20 |
| - } |
21 |
| - } |
22 |
| - }, |
23 |
| - "scripts": { |
24 |
| - "watch": "parcel watch", |
25 |
| - "build": "parcel build", |
26 |
| - "format": "biome format --write .", |
27 |
| - "lint": "eslint --ext .js,.ts .", |
28 |
| - "check": "tsc --noEmit" |
29 |
| - }, |
30 |
| - "repository": { |
31 |
| - "type": "git", |
32 |
| - "url": "https://github.com/peers/js-binarypack" |
33 |
| - }, |
34 |
| - "funding": { |
35 |
| - "type": "opencollective", |
36 |
| - "url": "https://opencollective.com/peer" |
37 |
| - }, |
38 |
| - "collective": { |
39 |
| - "type": "opencollective", |
40 |
| - "url": "https://opencollective.com/peer" |
41 |
| - }, |
42 |
| - "author": "Eric Zhang", |
43 |
| - "contributors": [ |
44 |
| - { |
45 |
| - "name": "Eric Zhang", |
46 |
| - |
47 |
| - }, |
48 |
| - { |
49 |
| - "name": "Jonas Gloning", |
50 |
| - |
51 |
| - }, |
52 |
| - { |
53 |
| - "name": "afrokick", |
54 |
| - |
55 |
| - }, |
56 |
| - { |
57 |
| - "name": "manvalls", |
58 |
| - |
59 |
| - }, |
60 |
| - { |
61 |
| - "name": "Michelle Bu", |
62 |
| - |
63 |
| - }, |
64 |
| - { |
65 |
| - "name": "Liu Cong", |
66 |
| - |
67 |
| - }, |
68 |
| - { |
69 |
| - "name": "Michelle Bu", |
70 |
| - |
71 |
| - }, |
72 |
| - { |
73 |
| - "name": "lmb", |
74 |
| - |
75 |
| - }, |
76 |
| - { |
77 |
| - "name": "orcaman", |
78 |
| - |
79 |
| - }, |
80 |
| - { |
81 |
| - "name": "Godfrey Chan", |
82 |
| - |
83 |
| - }, |
84 |
| - { |
85 |
| - "name": "Jarrett Cruger", |
86 |
| - |
87 |
| - }, |
88 |
| - { |
89 |
| - "name": "Rossi Lorenzo", |
90 |
| - |
91 |
| - }, |
92 |
| - { |
93 |
| - "name": "divec", |
94 |
| - |
95 |
| - }, |
96 |
| - { |
97 |
| - "name": "renovate[bot]", |
98 |
| - "email": "29139614+renovate[bot]@users.noreply.github.com" |
99 |
| - } |
100 |
| - ], |
101 |
| - "devDependencies": { |
102 |
| - "@biomejs/biome": "1.4.1", |
103 |
| - "@jest/globals": "^29.7.0", |
104 |
| - "@parcel/packager-ts": "^2.8.3", |
105 |
| - "@parcel/transformer-typescript-types": "^2.8.3", |
106 |
| - "@semantic-release/changelog": "^6.0.2", |
107 |
| - "@semantic-release/git": "^10.0.1", |
108 |
| - "@typescript-eslint/eslint-plugin": "^6.0.0", |
109 |
| - "eslint": "^8.34.0", |
110 |
| - "parcel": "^2.8.3", |
111 |
| - "semantic-release": "^20.1.0", |
112 |
| - "typescript": "^5.0.0" |
113 |
| - }, |
114 |
| - "license": "MIT", |
115 |
| - "engines": { |
116 |
| - "node": ">= 14.0.0" |
117 |
| - } |
| 3 | + "version": "2.1.0", |
| 4 | + "description": "BinaryPack serialization", |
| 5 | + "homepage": "https://github.com/peers/js-binarypack", |
| 6 | + "main": "dist/binarypack.cjs", |
| 7 | + "module": "dist/binarypack.mjs", |
| 8 | + "source": "lib/binarypack.ts", |
| 9 | + "types": "dist/binarypack.d.ts", |
| 10 | + "type": "module", |
| 11 | + "exports": { |
| 12 | + ".": { |
| 13 | + "import": { |
| 14 | + "types": "./dist/binarypack.d.ts", |
| 15 | + "default": "./dist/binarypack.mjs" |
| 16 | + }, |
| 17 | + "require": { |
| 18 | + "types": "./dist/binarypack.d.ts", |
| 19 | + "default": "./dist/binarypack.cjs" |
| 20 | + } |
| 21 | + } |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "watch": "parcel watch", |
| 25 | + "build": "parcel build", |
| 26 | + "format": "biome format --write .", |
| 27 | + "lint": "eslint --ext .js,.ts .", |
| 28 | + "check": "tsc --noEmit" |
| 29 | + }, |
| 30 | + "repository": { |
| 31 | + "type": "git", |
| 32 | + "url": "https://github.com/peers/js-binarypack" |
| 33 | + }, |
| 34 | + "funding": { |
| 35 | + "type": "opencollective", |
| 36 | + "url": "https://opencollective.com/peer" |
| 37 | + }, |
| 38 | + "collective": { |
| 39 | + "type": "opencollective", |
| 40 | + "url": "https://opencollective.com/peer" |
| 41 | + }, |
| 42 | + "author": "Eric Zhang", |
| 43 | + "contributors": [ |
| 44 | + { |
| 45 | + "name": "Eric Zhang", |
| 46 | + |
| 47 | + }, |
| 48 | + { |
| 49 | + "name": "Jonas Gloning", |
| 50 | + |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "afrokick", |
| 54 | + |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "manvalls", |
| 58 | + |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "Michelle Bu", |
| 62 | + |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "Liu Cong", |
| 66 | + |
| 67 | + }, |
| 68 | + { |
| 69 | + "name": "Michelle Bu", |
| 70 | + |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "lmb", |
| 74 | + |
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "orcaman", |
| 78 | + |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "Godfrey Chan", |
| 82 | + |
| 83 | + }, |
| 84 | + { |
| 85 | + "name": "Jarrett Cruger", |
| 86 | + |
| 87 | + }, |
| 88 | + { |
| 89 | + "name": "Rossi Lorenzo", |
| 90 | + |
| 91 | + }, |
| 92 | + { |
| 93 | + "name": "divec", |
| 94 | + |
| 95 | + }, |
| 96 | + { |
| 97 | + "name": "renovate[bot]", |
| 98 | + "email": "29139614+renovate[bot]@users.noreply.github.com" |
| 99 | + } |
| 100 | + ], |
| 101 | + "devDependencies": { |
| 102 | + "@biomejs/biome": "1.4.1", |
| 103 | + "@jest/globals": "^29.7.0", |
| 104 | + "@parcel/packager-ts": "^2.8.3", |
| 105 | + "@parcel/transformer-typescript-types": "^2.8.3", |
| 106 | + "@semantic-release/changelog": "^6.0.2", |
| 107 | + "@semantic-release/git": "^10.0.1", |
| 108 | + "@typescript-eslint/eslint-plugin": "^6.0.0", |
| 109 | + "eslint": "^8.34.0", |
| 110 | + "parcel": "^2.8.3", |
| 111 | + "semantic-release": "^20.1.0", |
| 112 | + "typescript": "^5.0.0" |
| 113 | + }, |
| 114 | + "license": "MIT", |
| 115 | + "engines": { |
| 116 | + "node": ">= 14.0.0" |
| 117 | + } |
118 | 118 | }
|
0 commit comments