package.json 522 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@ycxxkj/excel",
  3. "version": "1.0.27",
  4. "description": "ycxxkj excel libs",
  5. "main": "./dist/index.js",
  6. "types": "./dist/index.d.ts",
  7. "scripts": {
  8. "prepublish": "npm run build",
  9. "test": "mocha --reporter spec",
  10. "build": "npm version patch && tsc"
  11. },
  12. "keywords": [
  13. "excel"
  14. ],
  15. "type": "module",
  16. "author": "ycxxkj",
  17. "license": "ISC",
  18. "devDependencies": {
  19. "typescript": "^5.1.6"
  20. },
  21. "dependencies": {
  22. "await-to-js": "^3.0.0",
  23. "write-excel-file": "^1.4.27"
  24. }
  25. }