-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 811 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
{
"name": "@germ-network/two-mls-pq",
"private": true,
"version": "0.20.1",
"description": "Post-quantum 1:1 end-to-end encrypted messaging sessions built on MLS — Rust/UniFFI core with a Swift package wrapper",
"license": "MIT OR Apache-2.0",
"author": "Germ Network, Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/germ-network/TwoMLSPQ.git"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0"
},
"scripts": {
"changeset": "changeset",
"release": "changeset publish",
"version-package": "changeset version"
}
}