{
  "name": "mini-genieui",
  "version": "3.1.5",
  "description": "Miniapp UI components for Genie",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "yarn && node ./compiler.js",
    "build": "yarn && NODE_ENV=production node ./compiler.js"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git@gitlab.alibaba-inc.com:genie-mini-app/genie-miniui.git"
  },
  "keywords": [
    "miniapp",
    "genie",
    "ui"
  ],
  "author": "zhaozheng.zzh@alibaba-inc.com",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.2",
    "gulp": "^3",
    "gulp-babel": "^8.0.0",
    "gulp-clean-css": "^4.2.0",
    "gulp-if": "^3.0.0",
    "gulp-less": "^4.0.1",
    "gulp-rename": "^1.4.0",
    "mini-types": "^0.0.4",
    "typescript": "^3.7.2",
    "typescript-eslint-parser": "^22.0.0"
  }
}