package.json 764 Bytes
Newer Older
李纪文's avatar
李纪文 committed
1 2
{
  "name": "@wisdom-components/ec_statisticalhistoryview",
3
  "version": "1.0.6",
李纪文's avatar
李纪文 committed
4 5 6 7 8
  "description": "> TODO: description",
  "author": "lijiwen <961370825@qq.com>",
  "homepage": "",
  "license": "ISC",
  "sideEffects": [
9
    "*.less"
李纪文's avatar
李纪文 committed
10 11 12 13
  ],
  "module": "es/index.js",
  "main": "lib/index.js",
  "files": [
14 15 16
    "lib",
    "es",
    "dist"
李纪文's avatar
李纪文 committed
17 18
  ],
  "directories": {
19 20 21 22
    "lib": "lib",
    "es": "es",
    "dist": "dist",
    "test": "__tests__"
李纪文's avatar
李纪文 committed
23 24
  },
  "publishConfig": {
25
    "registry": "https://g.civnet.cn:4873/"
李纪文's avatar
李纪文 committed
26 27 28 29 30 31 32 33 34 35 36
  },
  "repository": {
    "type": "git",
    "url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@babel/runtime": "^7.17.9"
  }
37
}