UNPKG

@lingui/extractor-vue

Version:

Vue single-file component extractor for the Lingui CLI

61 lines (60 loc) 1.31 kB
{ "name": "@lingui/extractor-vue", "version": "6.6.0", "type": "module", "description": "Vue single-file component extractor for the Lingui CLI", "keywords": [ "lingui", "vue", "vue3", "sfc", "extractor", "i18n", "catalog-extraction", "lingui-cli", "translation" ], "homepage": "https://lingui.dev", "repository": { "type": "git", "url": "git+https://github.com/lingui/js-lingui.git", "directory": "packages/extractor-vue" }, "bugs": "https://github.com/lingui/js-lingui/issues", "license": "MIT", "author": { "name": "Christoffer Jahren", "email": "christoffer@jahren.it" }, "scripts": { "build": "unbuild", "check-types": "tsc --noEmit" }, "engines": { "node": ">=22.19.0" }, "files": [ "LICENSE", "README.md", "/dist" ], "exports": { ".": "./dist/index.mjs" }, "dependencies": { "@lingui/cli": "6.6.0", "@lingui/conf": "6.6.0", "@vue/compiler-sfc": "^3.2.47" }, "devDependencies": { "@lingui/babel-plugin-extract-messages": "6.6.0", "@lingui/core": "6.6.0", "typescript": "catalog:", "unbuild": "catalog:", "vitest": "catalog:" }, "unbuild": { "declaration": "node16" }, "gitHead": "665a19815378dedd89346bb7707bdb0e28df79e7" }