{
  "name": "@fxjs/webx",
  "version": "1.12.1-postalpha.28",
  "description": "",
  "main": "lib/app",
  "types": "@types/index.d.ts",
  "scripts": {
    "build": "fib-typify src -o lib -c .typifyrc.json",
    "test:cov": "fibjs --cov ./demo/test/index.js",
    "test": "fibjs ./demo/test/index.js",
    "ci": "npm run build && npm run test",
    "prepublishOnly": "npm run build"
  },
  "author": "Liu Hu <lion@9465.net>",
  "contributors": [
    {
      "name": "Richard",
      "email": "richardo2016@gmail.com"
    }
  ],
  "homepage": "https://github.com/fxjs-modules/webx",
  "license": "ISC",
  "dependencies": {
    "@fxjs/orm": "^1.6.3",
    "@fxjs/session": "^0.4.1",
    "fib-graphql": "^1.0.0",
    "fib-pool": "^1.4.1",
    "fib-push": "^1.3.0",
    "graphql-iso-date": "^3.4.0",
    "graphql-type-json": "^0.1.4",
    "viz.js": "1.8.0"
  },
  "devDependencies": {
    "@fibjs/ci": "^2.1.0",
    "@fibjs/detect-port": "^1.0.1",
    "@types/fibjs": "^0.26.5",
    "cheerio": "^1.0.0-rc.2",
    "ejs": "^2.6.1",
    "faker": "^4.1.0",
    "fib-pug": "0.0.2",
    "fib-typify": "^0.4.0"
  },
  "ci": {
    "type": "travis",
    "version": [
      "0.21.0",
      "0.22.0",
      "0.23.0",
      "0.24.0",
      "0.25.0",
      "0.26.0",
      "0.26.1"
    ]
  }
}
