T. Narantuya 94e1625b78 order fix
2025-08-27 10:54:05 +09:00

20 lines
482 B
JSON

{
"name": "@customer-portal/shared",
"version": "1.0.0",
"description": "Shared types and utilities for customer portal",
"type": "module",
"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"
}
}