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