2019-09-25 22:13:20 -04:00
|
|
|
{
|
|
|
|
"name": "mjolnir",
|
2021-09-17 07:10:48 -04:00
|
|
|
"version": "1.1.20",
|
2019-09-25 22:13:20 -04:00
|
|
|
"description": "A moderation tool for Matrix",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"repository": "git@github.com:matrix-org/mjolnir.git",
|
|
|
|
"author": "The Matrix.org Foundation C.I.C.",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
2019-11-13 23:38:19 -05:00
|
|
|
"lint": "tslint --project ./tsconfig.json -t stylish",
|
|
|
|
"start:dev": "yarn build && node lib/index.js",
|
2021-09-09 11:40:12 -04:00
|
|
|
"test": "ts-mocha --project ./tsconfig.json test/**/*.ts",
|
2021-09-23 11:34:24 -04:00
|
|
|
"test-integration": "NODE_ENV=harness ts-mocha --require test/integration/fixtures.ts --project ./tsconfig.json test/integration/**/*Test.ts"
|
2019-09-25 22:13:20 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-09 11:40:12 -04:00
|
|
|
"@types/axios": "^0.14.0",
|
|
|
|
"@types/crypto-js": "^4.0.2",
|
2021-07-28 04:56:50 -04:00
|
|
|
"@types/mocha": "^9.0.0",
|
2021-09-09 11:40:12 -04:00
|
|
|
"@types/node": "^16.7.10",
|
|
|
|
"@types/promise-fs": "^2.1.2",
|
|
|
|
"axios": "^0.21.4",
|
|
|
|
"crypto-js": "^4.1.1",
|
|
|
|
"docker-compose": "^0.23.13",
|
2021-07-01 15:45:28 -04:00
|
|
|
"expect": "^27.0.6",
|
|
|
|
"mocha": "^9.0.1",
|
|
|
|
"ts-mocha": "^8.0.0",
|
2021-09-09 11:40:12 -04:00
|
|
|
"ts-node": "^10.2.1",
|
2021-07-01 15:45:28 -04:00
|
|
|
"tslint": "^6.1.3",
|
2021-08-17 06:51:29 -04:00
|
|
|
"typescript": "^4.3.5"
|
2019-09-25 22:13:20 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-07-01 15:45:28 -04:00
|
|
|
"config": "^3.3.6",
|
2019-09-27 17:57:39 -04:00
|
|
|
"escape-html": "^1.0.3",
|
2021-07-01 15:45:28 -04:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-07-01 17:11:27 -04:00
|
|
|
"matrix-bot-sdk": "^0.5.19"
|
2019-09-25 22:13:20 -04:00
|
|
|
}
|
|
|
|
}
|