Files
2026-03-20 15:54:21 +00:00

46 lines
1.3 KiB
JSON

{
"name": "@the-draupnir-project/matrix-protection-suite-for-matrix-bot-sdk",
"version": "4.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"author": {
"name": "Gnuxie",
"email": "Gnuxie@protonmail.com"
},
"license": "AFL-3.0",
"repository": {
"url": "https://github.com/the-draupnir-project/Draupnir.git",
"type": "git"
},
"scripts": {
"start": "tsc --project tsconfig.json --watch",
"build": "tsc --project tsconfig.json && npm run make:docs",
"lint": "npm run eslint src/**/*.ts && npm run prettier src --check",
"make:docs": "typedoc"
},
"devDependencies": {
"@types/crypto-js": "^4.1.2",
"@types/glob-to-regexp": "^0.4.1",
"@types/node": "^24.12.0",
"@vector-im/matrix-bot-sdk": "0.8.0-element.3",
"matrix-protection-suite": "file:../matrix-protection-suite",
"typedoc": "^0.26.3"
},
"dependencies": {
"@gnuxie/typescript-result": "^1.0.0",
"await-lock": "^2.2.2"
},
"peerDependencies": {
"@sinclair/typebox": "0.34.13",
"@the-draupnir-project/matrix-basic-types": "1.5.0",
"@vector-im/matrix-bot-sdk": "^0.8.0-element.3",
"matrix-protection-suite": "file:../matrix-protection-suite"
},
"publishConfig": {
"@gnuxie:registry": "https://registry.npmjs.org"
}
}