Skip to content

Commit bc8c090

Browse files
Update package.json
1 parent 66c7363 commit bc8c090

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

package.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
{
22
"name": "@noisytransfer/cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Fast E2EE WebRTC file transfer (DTLS by default, optional PQ) with human-readable pairing codes.",
55
"license": "AGPL-3.0-only",
66
"type": "module",
7-
87
"bin": {
98
"nt": "./dist/nt.js"
109
},
11-
1210
"main": "./dist/index.cjs",
1311
"module": "./dist/index.js",
1412
"types": "dist/types/index.d.ts",
15-
1613
"exports": {
1714
".": {
1815
"types": "./dist/types/index.d.ts",
@@ -27,21 +24,17 @@
2724
"require": "./dist/env/rtc-init.cjs"
2825
}
2926
},
30-
3127
"engines": {
3228
"node": ">=22"
3329
},
34-
3530
"files": [
3631
"dist",
3732
"README.md",
3833
"LICENSE"
3934
],
40-
4135
"sideEffects": [
4236
"./src/env/node-polyfills.js"
4337
],
44-
4538
"repository": {
4639
"type": "git",
4740
"url": "git+https://github.com/collapsinghierarchy/noisytransfercli.git"
@@ -50,26 +43,21 @@
5043
"url": "https://github.com/collapsinghierarchy/noisytransfercli/issues"
5144
},
5245
"homepage": "https://github.com/collapsinghierarchy/noisytransfercli#readme",
53-
5446
"scripts": {
5547
"clean": "rimraf dist .turbo .tsbuildinfo",
5648
"lint": "eslint .",
5749
"fmt": "prettier -w .",
5850
"fmt:check": "prettier -c .",
5951
"typecheck": "tsc -p tsconfig.dts.json --noEmit",
60-
6152
"build": "tsup && tsc -p tsconfig.dts.json",
6253
"dev": "tsup --watch",
63-
6454
"pretest": "npm run build",
6555
"test": "npm run build && node --test",
6656
"test:dtls": "node --test test/integration/cli_dtls_e2e.test.mjs",
6757
"test:pq": "node --test test/integration/cli_pq_e2e.test.mjs",
68-
6958
"prepublishOnly": "npm run clean && npm run build && npm run test",
7059
"release": "changeset version && npm i && git add -A && git commit -m \"chore: release\" && npm publish"
7160
},
72-
7361
"dependencies": {
7462
"@noisytransfer/constants": "^0.2.2",
7563
"@noisytransfer/crypto": "^0.2.3",
@@ -83,7 +71,6 @@
8371
"tar-stream": "^3.1.7",
8472
"ws": "^8.17.0"
8573
},
86-
8774
"optionalDependencies": {
8875
"@roamhq/wrtc": "^0.9.1",
8976
"@roamhq/wrtc-win32-x64": "^0.9.1",
@@ -92,7 +79,6 @@
9279
"@roamhq/wrtc-darwin-x64": "^0.9.1",
9380
"@roamhq/wrtc-darwin-arm64": "^0.9.1"
9481
},
95-
9682
"devDependencies": {
9783
"@changesets/cli": "^2.0.0",
9884
"@noisytransfer/test-helpers": "^0.2.3",
@@ -109,7 +95,6 @@
10995
"tsup": "^8.0.0",
11096
"typescript": "^5.0.0"
11197
},
112-
11398
"overrides": {
11499
"error-ex": "1.3.2",
115100
"is-arrayish": "0.3.2",
@@ -118,7 +103,6 @@
118103
"debug": "4.4.1",
119104
"chalk": "5.6.2"
120105
},
121-
122106
"keywords": [
123107
"cli",
124108
"webrtc",
@@ -128,7 +112,6 @@
128112
"dtls",
129113
"p2p"
130114
],
131-
132115
"publishConfig": {
133116
"access": "public"
134117
}

0 commit comments

Comments
 (0)