vite-plugin-travelm-agency
Version:
vite plugin to automatically run travelm-agency on build and watch
30 lines (29 loc) • 634 B
JSON
{
"name": "vite-plugin-travelm-agency",
"version": "2.9.2",
"description": "vite plugin to automatically run travelm-agency on build and watch",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "tsc"
},
"keywords": [
"Vite",
"vite-plugin",
"Elm",
"Travelm-Agency",
"I18n"
],
"author": "Andreas Molitor",
"license": "ISC",
"dependencies": {
"accept-language": "^3.0.20",
"rollup": "^4.44.0",
"travelm-agency": "^3.7.0",
"vite": "^6.3.5"
},
"devDependencies": {
"@types/node": "24.0.3",
"typescript": "^5.8.3"
}
}