mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-03-30 11:00:13 +00:00
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
33 lines
716 B
JSON
33 lines
716 B
JSON
{
|
|
"name": "@the-draupnir-project/matrix-basic-types",
|
|
"version": "1.5.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": {
|
|
"name": "Gnuxie",
|
|
"email": "Gnuxie@protonmail.com"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"url": "https://github.com/the-draupnir-project/matrix-basic-types.git",
|
|
"type": "git"
|
|
},
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"lint": "eslint src && prettier src --check",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob-to-regexp": "^0.4.4",
|
|
"@types/node": "^24.12.0"
|
|
},
|
|
"dependencies": {
|
|
"@gnuxie/typescript-result": "^1.0.0",
|
|
"glob-to-regexp": "^0.4.1"
|
|
}
|
|
}
|