vite-custom-functions-metadata
Version:
Vite plugin for generating and injecting Custom Functions metadata
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "vite-custom-functions-metadata",
"version": "1.0.6",
"description": "Vite plugin for generating and injecting Custom Functions metadata",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"prepublishOnly": "pnpm run build"
},
"keywords": [
"vite-plugin",
"custom-functions",
"Excel Custom Functions",
"office-js"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/boramuyar/vite-custom-functions-metadata"
},
"homepage": "https://www.npmjs.com/package/vite-custom-functions-metadata",
"peerDependencies": {
"custom-functions-metadata": ">=1.0.0",
"vite": ">=2.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"tsup": "^8.4.0",
"typescript": "^4.9.0"
}
}