15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"name": "@srb/shared",
|
|
"version": "1.0.0",
|
|
"description": "Shared types and utilities",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|