2026-02-11 12:28:13 +08:00

53 lines
1.4 KiB
JSON

{
"name": "@teable/i18n-keys",
"version": "1.10.0",
"license": "MIT",
"homepage": "https://github.com/teableio/teable",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/teableio/teable",
"directory": "packages/i18n-keys"
},
"author": {
"name": "tea artist",
"url": "https://github.com/tea-artist"
},
"sideEffects": false,
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts",
"module": "./dist/index.js",
"require": "./src/index.ts"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsdown --tsconfig tsconfig.build.json",
"dev": "tsdown --tsconfig tsconfig.build.json --watch",
"clean": "rimraf ./dist ./coverage ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo ./.eslintcache",
"lint": "eslint . --ext .ts,.js,.mjs,.cjs,.mts,.cts --cache --cache-location ../../.cache/eslint/i18n-keys.eslintcache",
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"devDependencies": {
"@teable/eslint-config-bases": "workspace:^",
"@teable/v2-tsdown-config": "workspace:*",
"@types/node": "22.18.0",
"eslint": "8.57.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"tsdown": "0.18.1",
"typescript": "5.4.3"
}
}