mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-11 10:07:02 +00:00
82fe093ef3
https://github.com/the-draupnir-project/planning/issues/104 I don't know what the fuck they are doing with the typings in the vector bot-sdk repository but whatever. https://github.com/the-draupnir-project/Draupnir/issues/1053
35 lines
887 B
JSON
35 lines
887 B
JSON
{
|
|
"name": "@the-draupnir-project/mps-interface-adaptor",
|
|
"version": "0.5.3",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"lint": "eslint --cache src"
|
|
},
|
|
"author": {
|
|
"name": "Gnuxie",
|
|
"email": "Gnuxie@protonmail.com"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"url": "https://github.com/the-draupnir-project/mps-interface-adaptor.git",
|
|
"type": "git"
|
|
},
|
|
"private": false,
|
|
"devDependencies": {
|
|
"@types/node": "^24.12.0",
|
|
"matrix-protection-suite": "file:../matrix-protection-suite"
|
|
},
|
|
"peerDependencies": {
|
|
"@gnuxie/typescript-result": "^1.0.0",
|
|
"@sinclair/typebox": "^0.34.13",
|
|
"@the-draupnir-project/interface-manager": "^4.2.3",
|
|
"matrix-protection-suite": "file:../matrix-protection-suite"
|
|
}
|
|
}
|