{ "name": "@erp/plugin-sdk", "version": "1.1.2", "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": "", "files": ["dist/", "README.md"], "publishConfig": { "registry": "https://gitea.ss.3w.com.ua/api/packages/erp/npm/" }, "dependencies": { "@nestjs/common": "^11.1.23", "@nestjs/core": "^11.1.23", "@nestjs/microservices": "^11.1.23", "@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", "uuid": "^9.0.1" } }