@inlang/cli
Version:

66 lines • 1.48 kB
JSON
{
"name": "@inlang/cli",
"version": "3.0.10",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"i18n",
"l10n",
"translation",
"internationalization",
"svelte",
"localization",
"lint",
"i18next",
"react",
"vue",
"angular"
],
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"type": "module",
"bin": {
"inlang": "./bin/run.js"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"/bin",
"/dist"
],
"dependencies": {
"esbuild-wasm": "^0.19.2",
"@inlang/sdk": "2.4.7"
},
"devDependencies": {
"@sentry/node": "^7.64.0",
"@sinclair/typebox": "^0.31.17",
"@types/cli-progress": "^3.11.5",
"@types/node": "20.5.9",
"@types/promptly": "^3.0.2",
"@types/prompts": "^2.4.4",
"@vitest/coverage-v8": "2.1.8",
"cli-progress": "^3.12.0",
"commander": "^11.0.0",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"esbuild": "^0.19.2",
"prompts": "^2.4.2",
"typescript": "5.2.2",
"vitest": "2.1.8",
"@opral/tsconfig": "1.1.0",
"@inlang/rpc": "0.3.49"
},
"license": "Apache-2.0",
"scripts": {
"dev": "node ./build.js",
"build": "cross-env NODE_ENV=production node ./build.js && tsc --noEmit",
"test": "tsc --noEmit && vitest run --coverage --test-timeout=10000",
"test:watch": "vitest",
"format": "prettier ./src --write",
"clean": "rm -rf ./dist ./node_modules"
}
}