mjolnir/package.json
Travis Ralston 387c477bf0 v0.1.11
2020-01-23 12:02:48 -07:00

33 lines
862 B
JSON

{
"name": "mjolnir",
"version": "0.1.11",
"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",
"lint": "tslint --project ./tsconfig.json -t stylish",
"start:dev": "yarn build && node lib/index.js",
"test": "ts-mocha --project ./tsconfig.json test/**/*.ts"
},
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^5.2.7",
"@types/node": "11",
"expect": "^24.9.0",
"mocha": "^6.2.2",
"ts-mocha": "^6.0.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},
"dependencies": {
"config": "^3.2.2",
"escape-html": "^1.0.3",
"js-yaml": "^3.13.1",
"matrix-bot-sdk": "^0.4.1"
}
}