Files
GnuxieandGitHub b63ab3ce89
Docker Hub - Develop / docker-latest (push) Canceled after 0s
GHCR - Development Branches / ghcr-publish (push) Canceled after 0s
Tests / Build & Lint (push) Canceled after 0s
Tests / Unit tests (push) Canceled after 0s
Tests / Integration tests (push) Canceled after 0s
Tests / Application Service Integration tests (push) Canceled after 0s
Validate Docker Build / validate-docker-build (push) Canceled after 0s
Remove the aliases for the matrix-protection-suite packages. (#1162)
* Remove old matrix-protection-suite package aliases.

This was leading to issues with monorepo package management.
https://github.com/the-draupnir-project/Draupnir/issues/1124

* Fix badly imported symbols from packages that already export them.

* Cleanup build command arguments.

There was a deprecation warning for short workspaces flag.
2026-07-18 12:12:57 +00:00

38 lines
915 B
JSON

{
"name": "@the-draupnir-project/mps-interface-adaptor",
"version": "0.6.0",
"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/Draupnir.git",
"type": "git"
},
"private": false,
"devDependencies": {
"@the-draupnir-project/matrix-protection-suite": "7.1.0",
"@types/node": "^24.12.4"
},
"peerDependencies": {
"@gnuxie/typescript-result": "^1.0.0",
"@sinclair/typebox": "^0.34.49",
"@the-draupnir-project/interface-manager": "^4.2.3",
"@the-draupnir-project/matrix-protection-suite": "7.1.0"
},
"publishConfig": {
"access": "public"
}
}