Skip to main content
Glama
package.json2.86 kB
{ "name": "intlayer-cli", "version": "7.5.6", "private": false, "description": "Lightweight CLI tool for Intlayer, enabling content audits, dictionary management, and CMS sync. Ideal for JavaScript developers using React or Express.", "keywords": [ "intlayer", "application", "transpile", "typescript", "javascript", "json", "file" ], "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" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "typesVersions": { "*": { "package.json": [ "./package.json" ] } }, "bin": { "intlayer": "./dist/cjs/index.cjs" }, "files": [ "./dist", "./package.json" ], "scripts": { "_prepublish": "cp -f ../../README.md ./README.md", "build": "tsdown --config tsdown.config.ts", "build:ci": "tsdown --config tsdown.config.ts", "clean": "rimraf ./dist .turbo", "dev": "tsdown --config tsdown.config.ts --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", "serve": "webpack serve --config ./webpack.config.ts", "test": "vitest run", "test:watch": "vitest", "transpile": "webpack --config ./webpack.config.ts", "typecheck": "tsc --noEmit --project tsconfig.types.json", "watch": "webpack --config ./webpack.config.ts --watch" }, "dependencies": { "@intlayer/cli": "workspace:*", "webpack": "5.98.0" }, "devDependencies": { "@types/node": "25.0.3", "@utils/ts-config": "workspace:*", "@utils/ts-config-types": "workspace:*", "@utils/tsdown-config": "workspace:*", "rimraf": "6.1.2", "tsdown": "0.18.2", "typescript": "5.9.3", "vitest": "4.0.16" }, "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