package.json 651 Bytes
Newer Older
李纪文's avatar
李纪文 committed
1 2
{
  "name": "@wisdom-components/exportexcel",
李纪文's avatar
李纪文 committed
3
  "version": "1.1.0",
李纪文's avatar
李纪文 committed
4 5 6 7
  "description": "> TODO: description",
  "author": "lijiwen <961370825@qq.com>",
  "homepage": "",
  "license": "ISC",
8
  "main": "lib/index.js",
李纪文's avatar
李纪文 committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "registry": "https://g.civnet.cn:4873/"
  },
  "repository": {
    "type": "git",
    "url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "js-export-excel": "^1.1.4",
    "jszip": "^3.5.0"
  }
}