{ "name": "@the-draupnir-project/interface-manager", "version": "4.2.6", "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/interface-manager.git", "type": "git" }, "private": false, "scripts": { "build": "tsc --project tsconfig.json", "lint": "eslint src && prettier --check src", "test": "jest" }, "dependencies": { "@gnuxie/super-cool-stream": "^0.2.1", "@gnuxie/typescript-result": "^1.1.1" }, "peerDependencies": { "@the-draupnir-project/matrix-basic-types": "^1.4.0" } }