{
  "name": "miniapp-builder-shared",
  "version": "0.3.0",
  "description": "miniapp project builder shared lib",
  "author": "Rax Team",
  "homepage": "https://github.com/raxjs/miniapp#readme",
  "license": "BSD-3-Clause",
  "main": "src/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raxjs/miniapp.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "bugs": {
    "url": "https://github.com/raxjs/miniapp/issues"
  },
  "dependencies": {
    "axios": "^0.24.0",
    "enhanced-resolve": "^4.3.0",
    "execa": "^5.0.0",
    "fs-extra": "^8.0.1"
  }
}
