T. Narantuya 0c912fc04f clean up
2025-08-22 17:02:49 +09:00

19 lines
462 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": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"typescript": "^5.9.2"
}
}