Skip to main content
Glama
package.json3.34 kB
{ "name": "vue-intlayer", "version": "7.3.5", "private": false, "description": "Easily internationalize i18n your Vue applications with type-safe multilingual content management.", "keywords": [ "intlayer", "data", "internationalization", "multilingual", "i18n", "typescript", "vue", "vite", "json" ], "homepage": "https://intlayer.org", "bugs": { "url": "https://github.com/aymericzip/intlayer/issues" }, "repository": { "type": "git", "url": "git+https://github.com/aymericzip/intlayer.git" }, "license": "Apache-2.0", "author": { "name": "Aymeric PINEAU", "url": "https://github.com/aymericzip" }, "contributors": [ { "name": "Aymeric Pineau", "email": "ay.pineau@gmail.com", "url": "https://github.com/aymericzip" } ], "sideEffects": false, "exports": { ".": { "types": "./dist/types/index.d.ts", "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.mjs" }, "./format": { "types": "./dist/types/format/index.d.ts", "require": "./dist/cjs/format/index.cjs", "import": "./dist/esm/format/index.mjs" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "typesVersions": { "*": { ".": [ "./dist/types/index.d.ts" ], "format": [ "./dist/types/format/index.d.ts" ], "package.json": [ "./package.json" ] } }, "files": [ "./dist", "./package.json" ], "scripts": { "_prepublish": "cp -f ../../README.md ./README.md", "build": "vite build", "build:ci": "vite build", "clean": "rimraf ./dist .turbo", "dev": "vite build --watch", "format": "biome format . --check", "format:fix": "biome format --write .", "lint": "biome lint .", "lint:fix": "biome lint --write .", "prepublish": "echo prepublish temporally disabled to avoid rewrite readme", "publish": "bun publish || true", "publish:canary": "bun publish --access public --tag canary || true", "publish:latest": "bun publish --access public --tag latest || true", "test": "vitest run", "test:watch": "vitest", "typecheck": "vue-tsc --noEmit --project tsconfig.types.json" }, "dependencies": { "@intlayer/api": "workspace:*", "@intlayer/config": "workspace:*", "@intlayer/core": "workspace:*", "@intlayer/editor": "workspace:*", "@intlayer/types": "workspace:*", "@intlayer/unmerged-dictionaries-entry": "workspace:*" }, "devDependencies": { "@types/node": "24.10.1", "@utils/ts-config": "workspace:*", "@utils/ts-config-types": "workspace:*", "@utils/tsdown-config": "workspace:*", "@vitejs/plugin-vue": "6.0.1", "ajv": "^8.17.1", "fast-glob": "3.3.3", "rimraf": "6.1.2", "tsdown": "0.16.8", "typescript": "5.9.3", "vite": "7.2.2", "vite-plugin-dts": "4.5.4", "vitest": "4.0.14", "vue-tsc": "3.1.1" }, "peerDependencies": { "intlayer": "workspace:*", "vue": ">=3.0.0" }, "peerDependenciesMeta": { "intlayer": { "optional": true } }, "engines": { "node": ">=14.18" }, "bug": { "url": "https://github.com/aymericzip/intlayer/issues" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server