stock.geolock.fr/packages/shared/package.json
2026-02-24 16:10:30 +00:00

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"
}
}