package.json 609 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-preprocess",
R
r-u 已提交
3
  "version": "3.0.0-alpha-4000320240311001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  "description": "@dcloudio/uni-preprocess",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "dist/uni-preprocess.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-preprocess"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "dependencies": {
    "magic-string": "^0.30.0",
    "xregexp": "^5.1.1"
  }
}