{ "name": "@erp/plugin-sdk", "version": "1.10.1", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "create-erp-plugin": "./dist/cli/index.js" }, "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitea.ss.3w.com.ua/erp/erp-plugin-sdk.git" }, "keywords": [], "author": "", "license": "ISC", "description": "ERP Plugin SDK — build micro-frontend/backend plugins for the ERP platform", "files": [ "dist/", "README.md" ], "publishConfig": { "registry": "https://gitea.ss.3w.com.ua/api/packages/erp/npm/" }, "dependencies": { "uuid": "^9.0.1" }, "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", "@nestjs/core": "^10.0.0 || ^11.0.0", "@nestjs/microservices": "^10.0.0 || ^11.0.0", "amqplib": "^0.10.3", "reflect-metadata": "^0.1.12 || ^0.2.0", "rxjs": "^7.8.2" }, "devDependencies": { "@nestjs/common": "^11.1.23", "@nestjs/core": "^11.1.23", "@nestjs/microservices": "^11.1.23", "@types/amqplib": "^0.10.8", "@types/node": "^25.9.1", "@types/react": "^19.2.15", "@types/uuid": "^9.0.8", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2", "typescript": "^6.0.3" } }