{ "name": "vuepress-plugin-netlify-functions", "type": "module", "version": "1.0.0-rc.31", "description": "The Plugin for VuePres 2, Support Netlify Functions", "author": "pengzhanbo ", "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" ], "scripts": { "build": "pnpm run clean && pnpm run copy && pnpm run ts", "clean": "rimraf lib *.tsbuildinfo", "copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib", "ts": "tsc -b tsconfig.build.json" }, "peerDependencies": { "vuepress": "2.0.0-rc.2" }, "dependencies": { "@iarna/toml": "^2.2.5", "@netlify/functions": "^2.5.1", "chalk": "^5.3.0", "chokidar": "^3.5.3", "cpx2": "^7.0.1", "dotenv": "^16.4.1", "esbuild": "^0.19.12", "execa": "^8.0.1", "netlify-cli": "^17.15.3", "portfinder": "^1.0.32" }, "devDependencies": { "@types/node": "^20.11.7" }, "publishConfig": { "access": "public" } }