package.json 765 Bytes
Newer Older
1 2
{
  "name": "@wisdom-components/videopopup",
3
  "version": "1.2.0",
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 32
  "description": "> TODO: description",
  "author": "Liumh <liumh564@163.com>",
  "homepage": "",
  "license": "ISC",
  "module": "es/index.js",
  "main": "lib/index.js",
  "sideEffects": [
    "*.less"
  ],
  "directories": {
    "lib": "lib",
    "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": {
    "test": "node ./__tests__/@wisdom-components/VideoPopup.test.js"
  },
  "dependencies": {
33 34
    "@babel/runtime": "^7.17.9",
    "@wisdom-components/VmsVideo": "1.1.13"
35 36
  }
}