@ui18n/core
Version:
🚀 The fastest zero-dependency internationalization engine with AI-ready translation, smart caching, and universal framework support
114 lines (113 loc) • 2.89 kB
JSON
{
"name": "@ui18n/core",
"version": "0.1.0-rc.2",
"description": "🚀 The fastest zero-dependency internationalization engine with AI-ready translation, smart caching, and universal framework support",
"main": "./dist/index.js",
"module": "./dist/index.esm.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"dev": "rollup -c -w --bundleConfigAsCjs",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"type-check": "tsc --noEmit",
"lint": "eslint src/**/*.ts",
"clean": "rmdir /s /q dist 2>nul || echo \"dist directory cleaned\"",
"postinstall": "node scripts/postinstall.js || true",
"prepublishOnly": "npm run clean && npm run build",
"prepack": "npm run clean && npm run build"
},
"keywords": [
"i18n",
"internationalization",
"translation",
"localization",
"ai-translation",
"zero-dependencies",
"typescript",
"react",
"vue",
"angular",
"svelte",
"multilingual",
"globalization",
"smart-caching",
"performance",
"tree-shakable",
"esm",
"commonjs",
"universal",
"lightweight",
"modern",
"production-ready",
"developer-friendly",
"open-source"
],
"author": {
"name": "iron-wayne",
"url": "https://github.com/iron-wayne"
},
"license": "MIT",
"peerDependencies": {
"axios": "^1.6.0"
},
"peerDependenciesMeta": {
"axios": {
"optional": true
}
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "29.5.14",
"@types/node": "24.3.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"chalk": "^4.1.2",
"eslint": "^8.45.0",
"jest": "^29.6.1",
"rollup": "^3.26.3",
"rollup-plugin-dts": "^5.3.1",
"ts-jest": "^29.1.1",
"tslib": "^2.8.1",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iron-wayne/UI18N-OSS.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/iron-wayne/UI18N-OSS/issues"
},
"homepage": "https://github.com/iron-wayne/UI18N-OSS/tree/main/packages/core#readme",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/iron-wayne"
},
"type": "commonjs"
}