mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-27 18:51:13 -04:00
30 lines
719 B
JSON
30 lines
719 B
JSON
{
|
|
"name": "@matrix-org/matrix-sdk-crypto",
|
|
"version": "0.5.0",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"napi": {
|
|
"name": "matrix-sdk-crypto",
|
|
"triples": {
|
|
"additional": [
|
|
"aarch64-apple-darwin"
|
|
]
|
|
}
|
|
},
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^2.9.0",
|
|
"jest": "^28.1.0",
|
|
"typedoc": "^0.22.17"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"scripts": {
|
|
"release-build": "napi build --platform --release --strip",
|
|
"build": "napi build --platform",
|
|
"test": "jest --verbose --testTimeout 10000",
|
|
"doc": "typedoc --tsconfig ."
|
|
}
|
|
}
|