{
  "name": "@hyext/builder-neorn",
  "version": "2.0.0",
  "description": "neo react-native builder for hyext",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && cp -rf src/template dist",
    "lint": "eslint .",
    "pub": "npm run build && npm publish --access=public",
    "pub:beta": "npm run build && npm publish --access=public --tag beta",
    "test": "jest --verbose",
    "test:watch": "jest --watchAll --verbose"
  },
  "keywords": [
    "hyext",
    "builder",
    "huya"
  ],
  "author": {
    "name": "huya",
    "email": "hy-ext@huya.com",
    "url": "https://dev.huya.com/"
  },
  "license": "ISC",
  "dependencies": {
    "@hyext/compile": "^1.0.46",
    "@hyext/config": "^1.1.5",
    "@hyext/matrix-compiler": "^1.1.1",
    "axios": "^0.19.2",
    "chalk": "^2.4.2",
    "compare-versions": "^3.6.0",
    "fs-extra": "^8.0.0",
    "handlebars": "^4.7.6",
    "inquirer": "^7.3.3",
    "latest-version": "^5.1.0",
    "mkdirp": "^0.5.5",
    "ora": "^4.0.3",
    "ramda": "^0.27.1",
    "semver": "^6.3.0"
  },
  "devDependencies": {
    "@huyafed/eslint-config-huya": "^1.2.12",
    "@types/fs-extra": "^9.0.1",
    "@types/inquirer": "^7.3.1",
    "@types/jest": "^26.0.10",
    "@types/ramda": "^0.27.15",
    "@types/rimraf": "^3.0.0",
    "extract-zip": "^2.0.1",
    "jest": "^26.4.2",
    "ts-jest": "^26.3.0",
    "typescript": "^4.0.2"
  }
}
