{ "name": "@ycxxkj/excel", "version": "1.0.29", "description": "ycxxkj excel libs", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prepublish": "npm run build", "test": "mocha --reporter spec", "build": "npm version patch && tsc" }, "keywords": [ "excel" ], "type": "module", "author": "ycxxkj", "license": "ISC", "devDependencies": { "typescript": "^5.1.6" }, "dependencies": { "await-to-js": "^3.0.0", "write-excel-file": "^1.4.27" } }