1234567891011121314151617181920212223242526 |
- {
- "name": "@ycxxkj/excel",
- "version": "1.0.30",
- "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"
- }
- }
|