{
    "name": "vite-plugin-cdn-import-async",
    "version": "1.1.0",
    "description": "Import packages asynchronously 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/VaJoy/vite-plugin-cdn-import-async.git"
    },
    "scripts": {
        "dev": "npm run build -- --watch",
        "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": "vajoy<vajoy@qq.com>",
    "license": "MIT",
    "devDependencies": {
        "@types/node": "^15.3.0",
        "@vueuse/core": "^9.6.0",
        "tsup": "^4.10.1",
        "typescript": "^4.2.4",
        "vite": "^2.3.7"
    },
    "dependencies": {
        "rollup": "^3.7.0",
        "rollup-plugin-external-globals": "^0.6.1"
    }
}
