UNPKG

vite-plugin-html-security

Version:
42 lines (41 loc) 941 B
{ "name": "vite-plugin-html-security", "version": "0.0.2", "type": "module", "author": "zys8119", "description": "vite plugin for html security", "keywords": [ "vite", "vite-plugin", "html-security" ], "homepage": "https://github.com/zys8119/vite-plugin-html-security", "repository": "https://github.com/zys8119/vite-plugin-html-security.git", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rslib build", "dev": "rslib build --watch" }, "devDependencies": { "@rslib/core": "^0.5.4", "@types/lodash": "^4.17.16", "@types/node": "^22.8.1", "typescript": "^5.8.2", "vite": "^6.2.1" }, "dependencies": { "lodash": "^4.17.21" } }