vite-plugin-travelm-agency
Version:
vite plugin to automatically run travelm-agency on build and watch
30 lines (29 loc) • 635 B
JSON
{
"name": "vite-plugin-travelm-agency",
"version": "2.10.0",
"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.52.0",
"travelm-agency": "^3.8.0",
"vite": "^7.1.0"
},
"devDependencies": {
"@types/node": "24.9.0",
"typescript": "^5.9.3"
}
}