UNPKG

@lingui/extractor-vue

Version:

Custom Vue.js extractor to be used with the CLI tool

51 lines (50 loc) 1.1 kB
{ "name": "@lingui/extractor-vue", "version": "5.3.2", "description": "Custom Vue.js extractor to be used with the CLI tool", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "keywords": [ "cli", "i18n", "internationalization", "i10n", "localization", "i9n", "translation", "vue", "vue.js", "multilingual", "lingui-extractor" ], "repository": "lingui/js-lingui", "bugs": "https://github.com/lingui/js-lingui/issues", "license": "MIT", "author": { "name": "Christoffer Jahren", "email": "christoffer@jahren.it" }, "scripts": { "build": "rimraf ./dist && unbuild", "stub": "unbuild --stub" }, "engines": { "node": ">=20.0.0" }, "files": [ "LICENSE", "README.md", "/dist" ], "dependencies": { "@lingui/cli": "5.3.2", "@lingui/conf": "5.3.2", "@vue/compiler-sfc": "^3.2.47" }, "devDependencies": { "@lingui/babel-plugin-extract-messages": "5.3.2", "unbuild": "2.0.0" }, "gitHead": "37f40ec18928b357c07a228947b2bf071e92449e" }