erp-plugin-sdk/package.json

39 lines
1016 B
JSON

{
"name": "@erp/plugin-sdk",
"version": "1.2.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": {
"@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"
}
}