UNPKG

vuepress-plugin-netlify-functions

Version:

The Plugin for VuePress 2, Support Netlify Functions

64 lines 1.66 kB
{ "name": "vuepress-plugin-netlify-functions", "type": "module", "version": "1.0.0-rc.71", "description": "The Plugin for VuePress 2, Support Netlify Functions", "author": "pengzhanbo <volodymyr@foxmail.com>", "license": "MIT", "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "repository": { "type": "git", "url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git", "directory": "plugins/plugin-netlify-functions" }, "bugs": { "url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues" }, "keywords": [ "VuePress", "vuepress plugin", "netlify", "netlify functions", "netlifyFunctions", "vuepress-plugin-netlify-functions" ], "exports": { ".": { "types": "./lib/node/index.d.ts", "import": "./lib/node/index.js" }, "./package.json": "./package.json" }, "main": "lib/node/index.js", "types": "lib/node/index.d.ts", "files": [ "lib" ], "peerDependencies": { "vuepress": "2.0.0-rc.14" }, "dependencies": { "@iarna/toml": "^2.2.5", "@netlify/functions": "^2.8.0", "chalk": "^5.3.0", "chokidar": "^3.6.0", "cpx2": "^7.0.1", "dotenv": "^16.4.5", "esbuild": "^0.21.5", "execa": "^9.3.0", "netlify-cli": "^17.29.0", "portfinder": "^1.0.32" }, "devDependencies": { "@types/node": "^20.14.8" }, "publishConfig": { "access": "public" }, "scripts": { "build": "pnpm run copy && pnpm run ts", "clean": "rimraf --glob ./lib ./*.tsbuildinfo", "copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib", "ts": "tsc -b tsconfig.build.json" } }