common/package.json
Sergey Krylov 76e7660c82
Some checks failed
Publish / Publish npm package action (push) Failing after 9s
feat: add rpc exception enum
2026-01-25 11:19:44 +03:00

20 lines
412 B
JSON

{
"name": "@teacinema/common",
"version": "1.0.0",
"description": "Common library for TeaCinema microservices",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.build.json"
},
"devDependencies": {
"@teacinema/core": "^1.0.9",
"@types/node": "^25.0.10",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
}
}