summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/@matrix-org/matrix-sdk-crypto-js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/matrix/node_modules/@matrix-org/matrix-sdk-crypto-js/package.json')
-rw-r--r--includes/external/matrix/node_modules/@matrix-org/matrix-sdk-crypto-js/package.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/includes/external/matrix/node_modules/@matrix-org/matrix-sdk-crypto-js/package.json b/includes/external/matrix/node_modules/@matrix-org/matrix-sdk-crypto-js/package.json
new file mode 100644
index 0000000..dccfd6c
--- /dev/null
+++ b/includes/external/matrix/node_modules/@matrix-org/matrix-sdk-crypto-js/package.json
@@ -0,0 +1,49 @@
+{
+ "name": "@matrix-org/matrix-sdk-crypto-js",
+ "version": "0.1.0-alpha.7",
+ "homepage": "https://github.com/matrix-org/matrix-rust-sdk",
+ "description": "Matrix encryption library, for JavaScript",
+ "license": "Apache-2.0",
+ "collaborators": [
+ "Ivan Enderlin <ivane@element.io>"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/matrix-org/matrix-rust-sdk"
+ },
+ "keywords": [
+ "matrix",
+ "chat",
+ "messaging",
+ "ruma",
+ "nio"
+ ],
+ "main": "pkg/matrix_sdk_crypto_js.js",
+ "types": "pkg/matrix_sdk_crypto_js.d.ts",
+ "files": [
+ "pkg/matrix_sdk_crypto_js_bg.wasm.js",
+ "pkg/matrix_sdk_crypto_js_bg.wasm.d.ts",
+ "pkg/matrix_sdk_crypto_js.js",
+ "pkg/matrix_sdk_crypto_js.d.ts"
+ ],
+ "devDependencies": {
+ "cross-env": "^7.0.3",
+ "fake-indexeddb": "^4.0",
+ "jest": "^28.1.0",
+ "prettier": "^2.8.3",
+ "typedoc": "^0.22.17",
+ "wasm-pack": "^0.10.2",
+ "yargs-parser": "~21.0.1"
+ },
+ "engines": {
+ "node": ">= 10"
+ },
+ "scripts": {
+ "lint": "prettier --check .",
+ "build": "WASM_PACK_ARGS=--release ./scripts/build.sh",
+ "build:dev": "WASM_PACK_ARGS=--dev ./scripts/build.sh",
+ "test": "jest --verbose",
+ "doc": "typedoc --tsconfig .",
+ "prepack": "npm run build && npm run test"
+ }
+}