Skip to main content
Glama
package.json4.04 kB
{ "name": "@intlayer/backend", "version": "7.5.6", "private": false, "description": "Intlayer Backend is a an application that allow you to manage your Intlayer content and interact with the intlayer editor.", "keywords": [ "intlayer", "multilingual", "i18n", "internationalization", "backend", "types", "api" ], "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, "type": "module", "exports": { ".": { "types": "./dist/types/export.d.ts", "import": "./dist/esm/export.mjs", "default": "./dist/esm/export.mjs" }, "./package.json": "./package.json" }, "module": "dist/esm/export.mjs", "types": "dist/types/export.d.ts", "files": [ "./dist", "./package.json" ], "scripts": { "_prepublish": "cp -f ../../README.md ./README.md", "prebuild": "tsx scripts/generate-embeddings.ts", "build": "tsdown --config tsdown.config.ts", "build:ci": "tsdown --config tsdown.config.ts", "clean": "rimraf ./dist .turbo", "dev": "npm-run-all --parallel dev:runtime dev:build", "dev:build": "tsdown --config tsdown.config.ts --watch", "dev:runtime": "node --watch ./dist/esm/index.mjs", "email": "email dev --dir ./src/emails", "embeddings:generate": "tsx scripts/generate-embeddings.ts", "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", "start": "cross-env NODE_ENV=production node dist/esm/index.mjs", "start:stripe": "stripe listen --forward-to localhost:3100/webhook/stripe", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit --project tsconfig.types.json" }, "dependencies": { "@better-auth/core": "1.4.7", "@better-auth/passkey": "1.4.7", "@better-auth/sso": "1.4.7", "@intlayer/ai": "workspace:*", "@react-email/components": "1.0.1", "better-auth": "1.4.7", "compression": "1.8.1", "cookie-parser": "1.4.7", "cors": "2.8.5", "cross-env": "10.1.0", "dotenv": "16.6.1", "express": "5.2.1", "express-intlayer": "workspace:*", "express-rate-limit": "8.2.1", "helmet": "8.1.0", "mongodb": "6.21.0", "mongoose": "8.19.4", "oauth2-server": "3.1.1", "openai": "6.9.1", "react": "19.2.3", "react-email": "5.0.6", "resend": "6.5.2", "stripe": "19.3.1", "validator": "13.15.23", "winston": "3.19.0" }, "devDependencies": { "@intlayer/config": "workspace:*", "@intlayer/core": "workspace:*", "@intlayer/docs": "workspace:*", "@intlayer/types": "workspace:*", "@types/body-parser": "1.19.6", "@types/compression": "1.8.1", "@types/cookie-parser": "1.4.10", "@types/cors": "2.8.19", "@types/crypto-js": "4.2.2", "@types/csurf": "1.11.5", "@types/express": "5.0.6", "@types/node": "25.0.3", "@types/oauth2-server": "3.0.18", "@types/react": "19.2.7", "@types/validator": "13.15.10", "@utils/ts-config": "workspace:*", "@utils/ts-config-types": "workspace:*", "@utils/tsdown-config": "workspace:*", "intlayer": "workspace:*", "npm-run-all": "^4.1.5", "rimraf": "6.1.2", "tsdown": "0.18.2", "tsx": "^4.20.6", "typescript": "5.9.3", "vitest": "4.0.16" } }

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