package.json 399 字节
Newer Older
1 2
{
  "name": "@dcloudio/uts-darwin-x64",
3
  "version": "3.0.0-alpha-3060720221018006",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
  "os": [
    "darwin"
  ],
  "cpu": [
    "x64"
  ],
  "main": "uts.darwin-x64.node",
  "files": [
    "uts.darwin-x64.node"
  ],
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uts-darwin-x64"
  }
22
}