UNPKG

@ts-intl/dictionary

Version:

I18n dictionary/messages generator

44 lines 1.03 kB
{ "name": "@ts-intl/dictionary", "version": "2.0.0", "author": "https://github.com/hakonleung", "repository": { "type": "git", "url": "https://github.com/ts-intl/ts-intl.git", "directory": "packages/dictionary" }, "description": "I18n dictionary/messages generator", "keywords": [ "i18n", "internationalization", "ssr", "typescript", "json" ], "files": [ "dist", "src" ], "types": "./dist/esm/index.d.ts", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "license": "MIT", "homepage": "", "dependencies": { "@ts-intl/shared": "2.0.0" }, "devDependencies": { "eslint-config-custom": "2.0.0", "tsconfig": "2.0.0" }, "engines": { "node": ">=14.0.0", "pnpm": ">=7.0.0" }, "scripts": { "build": "tsc && tsc --module commonjs --outDir dist/cjs", "watch": "chokidar 'src/**/*.ts' -c 'pnpm -wc exec turbo run build --filter=dictionary'", "lint": "eslint \"**/*.{ts,tsx}\"", "ts-check": "tsc --noEmit" } }