{
  "name": "@jgbjs/preset-weapp",
  "version": "2.0.0-alpha.3",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jgbjs/jgb.git"
  },
  "homepage": "https://github.com/jgbjs/jgb",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "rimraf ./lib",
    "watch": "yarn run build --watch",
    "prepublishOnly": "yarn run clean && yarn run build"
  },
  "dependencies": {
    "@jgbjs/plugin-babel": "^2.0.0-alpha.3",
    "@jgbjs/plugin-css": "^2.0.0-alpha.2",
    "@jgbjs/plugin-html": "^2.0.0-alpha.2",
    "@jgbjs/plugin-json": "^2.0.0-alpha.2",
    "@jgbjs/shared": "^2.0.0-alpha.2",
    "chalk": "^2.4.1",
    "debug": "^3.1.0",
    "fast-glob": "^2.2.2",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@types/debug": "^0.0.30",
    "@types/jest": "^23.3.12",
    "@types/node": "^10.5.4",
    "jest": "^23.6.0",
    "rimraf": "^2.6.2",
    "ts-jest": "^23.10.5",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.14.0",
    "typescript": "3.0.1"
  },
  "gitHead": "4ca9d15f58f4c78e266bed0e3a961b8b50cb69e9"
}
