28 lines
526 B
JSON
28 lines
526 B
JSON
{
|
|
"name": "@arnef/vite-plugin-gettext-loader",
|
|
"version": "1.1.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"gettext-extractor": "^3.5.4",
|
|
"i18next-conv": "^12.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"keywords": [
|
|
"vite",
|
|
"vite-plugin",
|
|
"gettext",
|
|
"po",
|
|
"pot"
|
|
],
|
|
"publishConfig": {
|
|
"@arnef:registry": " https://git.arnef.de/api/v4/projects/11/packages/npm/"
|
|
}
|
|
}
|