packages/common-i18n/package.json
{
"name": "@teable/common-i18n",
"version": "1.5.0",
"license": "MIT",
"homepage": "https://github.com/teableio/teable",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/teableio/teable",
"directory": "packages/common-i18n"
},
"author": {
"name": "tea artist",
"url": "https://github.com/tea-artist"
},
"sideEffects": false,
"type": "module",
"types": "./src/index.ts",
"files": [
"src"
],
"exports": {
"./src/locales/*": {
"require": "./src/locales/*",
"import": "./src/locales/*"
}
},
"scripts": {
"clean": "rimraf ./dist ./coverage ./tsconfig.tsbuildinfo",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --cache --cache-location ../../.cache/eslint/common-i18n.eslintcache",
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"devDependencies": {
"@teable/eslint-config-bases": "workspace:^",
"@types/node": "20.9.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"typescript": "5.4.3"
}
}