{ "name": "@vuepress-plume/vuepress-plugin-netlify-functions", "version": "1.0.0-beta.78", "description": "The Plugin for VuePres 2, Support Netlify Functions", "keywords": [ "VuePress", "vuepress plugin", "netlify", "netlify functions", "netlifyFunctions", "vuepress-plugin-plugin-netlify-functions" ], "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme", "bugs": { "url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues" }, "repository": { "type": "git", "url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git" }, "license": "MIT", "author": "pengzhanbo ", "type": "module", "exports": { ".": "./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" }, "dependencies": { "@iarna/toml": "^2.2.5", "@netlify/functions": "^1.6.0", "@vuepress/core": "2.0.0-beta.63", "@vuepress/shared": "2.0.0-beta.63", "@vuepress/utils": "2.0.0-beta.63", "chalk": "^5.2.0", "chokidar": "^3.5.3", "cpx2": "^4.2.3", "dotenv": "^16.1.4", "esbuild": "^0.18.2", "execa": "^7.1.1", "netlify-cli": "^15.6.0", "portfinder": "^1.0.32" }, "devDependencies": { "@types/node": "^18.16.18" }, "publishConfig": { "access": "public" } }