summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-events-sdk/package.json
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-11-17 23:25:29 +0100
committerRaindropsSys <raindrops@equestria.dev>2023-11-17 23:25:29 +0100
commit953ddd82e48dd206cef5ac94456549aed13b3ad5 (patch)
tree8f003106ee2e7f422e5a22d2ee04d0db302e66c0 /includes/external/matrix/node_modules/matrix-events-sdk/package.json
parent62a9199846b0c07c03218703b33e8385764f42d9 (diff)
downloadpluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.tar.gz
pluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.tar.bz2
pluralconnect-953ddd82e48dd206cef5ac94456549aed13b3ad5.zip
Updated 30 files and deleted 2976 files (automated)
Diffstat (limited to 'includes/external/matrix/node_modules/matrix-events-sdk/package.json')
-rw-r--r--includes/external/matrix/node_modules/matrix-events-sdk/package.json48
1 files changed, 0 insertions, 48 deletions
diff --git a/includes/external/matrix/node_modules/matrix-events-sdk/package.json b/includes/external/matrix/node_modules/matrix-events-sdk/package.json
deleted file mode 100644
index 8816cf3..0000000
--- a/includes/external/matrix/node_modules/matrix-events-sdk/package.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "matrix-events-sdk",
- "version": "0.0.1",
- "description": "JS/TS SDK for interacting with Matrix events",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "repository": "git@github.com:matrix-org/matrix-events-sdk.git",
- "author": "The Matrix.org Foundation C.I.C.",
- "license": "Apache-2.0",
- "files": [
- "lib",
- "README.md",
- "package.json",
- "yarn.lock",
- "LICENSE"
- ],
- "scripts": {
- "prepublishOnly": "yarn build",
- "clean": "rimraf lib",
- "build": "yarn clean && yarn build:compile && yarn build:types",
- "build:types": "tsc -p ./tsconfig.build.json --emitDeclarationOnly",
- "build:compile": "babel -d lib --verbose --extensions \".ts\" src",
- "start": "tsc -p ./tsconfig.build.json -w",
- "test": "jest",
- "lint": "eslint src test && tsc --noEmit",
- "lint:fix": "eslint --fix src test"
- },
- "devDependencies": {
- "@babel/cli": "^7.16.7",
- "@babel/core": "^7.16.7",
- "@babel/eslint-parser": "^7.16.5",
- "@babel/eslint-plugin": "^7.16.5",
- "@babel/plugin-proposal-class-properties": "^7.16.7",
- "@babel/preset-env": "^7.16.7",
- "@babel/preset-typescript": "^7.16.7",
- "@types/jest": "^27.0.2",
- "@typescript-eslint/eslint-plugin": "^4.32.0",
- "@typescript-eslint/parser": "^4.32.0",
- "eslint": "^7.32.0",
- "eslint-config-google": "^0.14.0",
- "eslint-plugin-import": "^2.25.4",
- "eslint-plugin-matrix-org": "^0.4.0",
- "jest": "^27.2.4",
- "rimraf": "^3.0.2",
- "ts-jest": "^27.0.5",
- "typescript": "^4.5.4"
- }
-}