25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
|
"name": "@localiztoi/shared",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "tsc -p tsconfig.json --watch",
|
|
"build": "tsc -p tsconfig.json",
|
|
"lint": "echo \"lint not configured yet\""
|
|
},
|
|
"dependencies": {
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|