{
  "name": "babel-plugin-remax-lifecycle",
  "version": "2.15.14",
  "description": "使用真正的 React 构建跨平台小程序",
  "author": "Wei Zhu <yesmeck@gmail.com>",
  "homepage": "https://remaxjs.org",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:remaxjs/remax.git"
  },
  "scripts": {
    "clean": "rimraf lib tsconfig.tsbuildinfo",
    "prebuild": "npm run clean",
    "build": "tsc",
    "test": "jest",
    "test:debug": "npx --node-arg=--inspect-brk jest -i"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.10.4",
    "@babel/traverse": "^7.11.0",
    "@babel/types": "^7.11.0",
    "@remax/shared": "2.15.14"
  },
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@remax/build-store": "2.15.14"
  },
  "gitHead": "a3ec705c539da57c22d6ddab6b3b72c2fe2e93c2"
}
