{ "name": "vite-plugin-cdn-import", "version": "0.3.5", "description": "Import packages from CDN for the vite plugin", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "vite cdn plugin", "vite CDN extension" ], "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/mmf-fe/vite-plugin-cdn-import.git" }, "scripts": { "dev": "npm run build -- --watch", "example:vue": "npm -C example/vue run dev", "example:react": "npm -C example/react run dev", "example:vue:build": "npm -C example/vue run build", "example:react:build": "npm -C example/react run build", "build": "tsup src/index.ts --dts --format cjs,esm" }, "author": "vfasky", "license": "MIT", "devDependencies": { "@types/node": "^15.3.0", "tsup": "^4.10.1", "typescript": "^4.2.4", "vite": "^2.3.7" }, "dependencies": { "rollup-plugin-external-globals": "^0.6.1" } }