22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"name": "@dwellops/i18n",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"next-intl": "catalog:",
|
|
"@dwellops/config": "workspace:*"
|
|
}
|
|
}
|