vite-plugin-ejs
Version:
Use Ejs in your entrypoint i.e index.html
33 lines (32 loc) • 696 B
JSON
{
"name": "vite-plugin-ejs",
"version": "1.7.0",
"description": "Use Ejs in your entrypoint i.e index.html",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/trapcodeio/vite-plugin-ejs.git",
"author": "trapcodeio",
"license": "MIT",
"private": false,
"scripts": {
"build": "npx tsc -p tsconfig.json",
"watch": "npx tsc --watch",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"typescript": "^5.2.2",
"vite": "^5.0.0"
},
"dependencies": {
"ejs": "^3.1.9"
},
"peerDependencies": {
"vite": ">=5.0.0"
},
"keywords": [
"vite",
"vite-plugin-ejs",
"ejs"
]
}