package.json 727 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-cli-shared",
3
  "version": "2.0.1-alpha-36720221017003",
4 5 6 7 8 9 10 11
  "description": "uni-cli-shared",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-cli-shared"
  },
  "files": [
12
    "lib",
fxy060608's avatar
fxy060608 已提交
13 14
    "template",
    "components"
15 16 17 18 19 20 21
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "dependencies": {
Q
qiang 已提交
22 23
    "escape-string-regexp": "^4.0.0",
    "glob-escape": "^0.0.2",
24
    "hash-sum": "^1.0.2",
25
    "postcss-urlrewrite": "^0.2.2",
26 27
    "strip-json-comments": "^2.0.1"
  },
28
  "gitHead": "4a974e44466ae58194372e446299cf83c7a3ad2c"
fxy060608's avatar
fxy060608 已提交
29
}