All checks were successful
Publish / Publish npm package action (push) Successful in 35s
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "@teacinema/common",
|
|
"version": "1.0.2",
|
|
"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"
|
|
}
|
|
}
|