package.json 759 Bytes
Newer Older
1 2
{
  "name": "@wisdom-components/ec_historyview",
3
  "version": "1.4.15",
4 5 6 7
  "description": "> TODO: description",
  "author": "cuijiahao <15927252954@163.com>",
  "homepage": "",
  "license": "ISC",
8 9
  "module": "es/index.js",
  "main": "lib/index.js",
10 11 12
  "sideEffects": [
    "*.less"
  ],
13 14
  "directories": {
    "lib": "lib",
15 16
    "es": "es",
    "dist": "dist",
17 18 19
    "test": "__tests__"
  },
  "files": [
20 21 22
    "lib",
    "es",
    "dist"
23 24 25 26 27 28 29 30 31 32
  ],
  "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"
李纪文's avatar
李纪文 committed
33 34 35
  },
  "dependencies": {
    "@babel/runtime": "^7.17.9"
36 37
  }
}