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