40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "@matrix-org/matrix-sdk-crypto-nodejs",
|
|
"version": "0.3.0-beta.1",
|
|
"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.18.4",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.3.3",
|
|
"typedoc": "^0.26.11",
|
|
"typescript": "^5.6.3",
|
|
"yargs-parser": "~21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"scripts": {
|
|
"lint": "prettier --check .",
|
|
"release-build": "napi build --platform --release --strip",
|
|
"build": "napi build --platform",
|
|
"postinstall": "node download-lib.js",
|
|
"test": "jest --verbose --testTimeout 10000",
|
|
"doc": "typedoc --tsconfig ."
|
|
},
|
|
"dependencies": {
|
|
"https-proxy-agent": "^7.0.5",
|
|
"node-downloader-helper": "^2.1.9"
|
|
},
|
|
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
|
|
}
|