package.json 782 Bytes
Newer Older
喻天's avatar
喻天 committed
1
{
程恺文's avatar
程恺文 committed
2
  "name": "@wisdom-components/VmsVideo",
3
  "version": "1.1.11",
喻天's avatar
喻天 committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  "description": "> TODO: description",
  "author": "yutian <249303761@qq.com>",
  "homepage": "",
  "license": "ISC",
  "module": "es/index.js",
  "main": "lib/index.js",
  "sideEffects": [
    "*.less"
  ],
  "directories": {
    "lib": "lib",
    "es": "es",
    "dist": "dist",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "publishConfig": {
    "registry": "https://g.civnet.cn:4873/"
  },
  "repository": {
    "type": "git",
    "url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
  },
  "scripts": {
程恺文's avatar
程恺文 committed
32
    "test": "node ./__tests__/@wisdom-components/VmsVideo.test.js"
喻天's avatar
喻天 committed
33 34
  },
  "dependencies": {
程恺文's avatar
程恺文 committed
35 36
    "@babel/runtime": "^7.17.9",
    "ezuikit-js": "^7.6.3"
喻天's avatar
喻天 committed
37
  }
喻天's avatar
喻天 committed
38
}