UNPKG

vite-plugin-custom-functions-metadata

Version:

Vite plugin to generate metadata for custom excel functions

32 lines (31 loc) 730 B
{ "name": "vite-plugin-custom-functions-metadata", "version": "1.0.1", "description": "Vite plugin to generate metadata for custom excel functions", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup src/index.ts --dts" }, "repository": { "type": "git", "url": "github.com/abrasher/vite-plugin-custom-functions-metadata" }, "keywords": [ "vite", "excel", "plugin", "officejs" ], "author": "abrasher", "license": "ISC", "devDependencies": { "tsup": "^6.1.3", "typescript": "^4.7.4", "vite": "^2.9.14" }, "dependencies": { "@types/node": "^18.0.3", "custom-functions-metadata": "^1.2.9" } }