19 lines
478 B
JSON
19 lines
478 B
JSON
|
|
{
|
||
|
|
"name": "@customer-portal/shared",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Shared types and utilities for customer portal",
|
||
|
|
"main": "dist/index.js",
|
||
|
|
"types": "dist/index.d.ts",
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc",
|
||
|
|
"clean": "rm -rf dist",
|
||
|
|
"type-check": "tsc --noEmit",
|
||
|
|
"test": "echo \"No tests specified for shared package\"",
|
||
|
|
"lint": "echo \"Linting shared package - TODO: Add ESLint config\""
|
||
|
|
},
|
||
|
|
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "^5.9.2"
|
||
|
|
}
|
||
|
|
}
|