UNPKG

exceljs-xlsx-template

Version:

Generate .xlsx file from .xlsx template. Support for Browser and Node.js

34 lines (33 loc) 741 B
{ "name": "exceljs-xlsx-template", "version": "2.1.1", "description": "Generate .xlsx file from .xlsx template. Support for Browser and Node.js", "keywords": [ "exceljs", "xlsx", "template" ], "private": false, "license": "MIT", "author": { "name": "cshaptx4869", "email": "994774638@qq.com" }, "repository": { "type": "git", "url": "https://github.com/cshaptx4869/exceljs-xlsx-template.git" }, "main": "./src/index.js", "types": "./index.d.ts", "scripts": { "test": "node test/test.js", "build": "webpack" }, "dependencies": { "exceljs": "^4.4.0" }, "devDependencies": { "webpack": "^5.98.0", "webpack-cli": "^6.0.1" } }