24 lines
544 B
JSON
24 lines
544 B
JSON
{
|
|
"name": "@cloneweb/shared",
|
|
"version": "1.0.0",
|
|
"description": "Shared utilities and configurations",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"clean": "rm -rf dist",
|
|
"test": "jest",
|
|
"test:property": "jest --testNamePattern='Property'"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.22.4",
|
|
"winston": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.5",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
} |