19687b6c9c
https://matrix.org/blog/2022/05/04/0-34-0-security-release-for-matrix-appservice-irc-high-severity https://github.com/matrix-org/matrix-appservice-irc/releases/tag/0.34.0
70 lines
2 KiB
JSON
70 lines
2 KiB
JSON
{
|
|
"name": "matrix-appservice-irc",
|
|
"version": "0.34.0",
|
|
"description": "An IRC Bridge for Matrix",
|
|
"main": "app.js",
|
|
"bin": "./bin/matrix-appservice-irc",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"build": "tsc --project ./tsconfig.json",
|
|
"test": "BLUEBIRD_DEBUG=1 jasmine --stop-on-failure=true",
|
|
"lint": "eslint -c .eslintrc --max-warnings 0 'spec/**/*.js' 'src/**/*.ts'",
|
|
"check": "npm test && npm run lint",
|
|
"ci-test": "nyc --report text jasmine",
|
|
"ci": "npm run lint && npm run ci-test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/matrix-org/matrix-appservice-irc.git"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/matrix-org/matrix-appservice-irc/issues"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "^6.17.9",
|
|
"bluebird": "^3.7.2",
|
|
"diff": "^5.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"extend": "^3.0.2",
|
|
"he": "^1.2.0",
|
|
"logform": "^2.4.0",
|
|
"matrix-appservice-bridge": "^3.2.0",
|
|
"matrix-org-irc": "^1.2.1",
|
|
"matrix-bot-sdk": "0.5.19",
|
|
"nopt": "^3.0.1",
|
|
"p-queue": "^6.6.2",
|
|
"pg": "^8.7.3",
|
|
"quick-lru": "^5.1.1",
|
|
"request": "^2.54.0",
|
|
"sanitize-html": "^2.7.0",
|
|
"winston": "^3.6.0",
|
|
"winston-daily-rotate-file": "^4.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node14": "^1.0.1",
|
|
"@types/bluebird": "^3.5.36",
|
|
"@types/diff": "^5.0.2",
|
|
"@types/express": "4.17.13",
|
|
"@types/express-serve-static-core": "4.17.28",
|
|
"@types/extend": "^3.0.1",
|
|
"@types/he": "^1.1.2",
|
|
"@types/nedb": "^1.8.12",
|
|
"@types/node": "^14",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/pg": "^8.6.4",
|
|
"@types/sanitize-html": "^2.6.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
"@typescript-eslint/parser": "^5.12.0",
|
|
"eslint": "^8.9.0",
|
|
"jasmine": "^3.99.0",
|
|
"proxyquire": "^2.1.3",
|
|
"nyc": "^15.1.0",
|
|
"request-promise-native": "^1.0.9",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|