20 lines
529 B
JSON
20 lines
529 B
JSON
{
|
|
"name": "js-table2excel",
|
|
"version": "1.1.2",
|
|
"description": "text and image save to excel",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "rollup -c"
|
|
},
|
|
"keywords": [],
|
|
"author": "hxj9102",
|
|
"repository": "https://github.com/hxj9102/table2excel.git",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
}
|
|
}
|