erp-plugin-sdk/package.json

29 lines
671 B
JSON

{
"name": "erp-plugin-sdk",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"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": "",
"devDependencies": {
"@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",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"typescript": "^6.0.3",
"uuid": "^14.0.0"
}
}