{
  "name": "@kexpress/form-rule-engine",
  "version": "0.2.0-alpha.2",
  "description": "Form rule engine library of kexpress",
  "main": "lib/index.js",
  "private": false,
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "tsc",
    "ts-node": "ts-node -r tsconfig-paths/register",
    "dev": "cross-env NODE_ENV=dev ts-node src/loader.ts",
    "lint:all": "eslint --fix --ext *.ts  --max-warnings 0 src/**/*.ts"
  },
  "repository": "https://github.com/kinuxroot/kexpress.git",
  "author": "kinuxroot <kinuxroot@163.com>",
  "license": "MIT",
  "dependencies": {
    "jsonpath-plus": "^4.0.0"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-typescript": "^7.2.1",
    "eslint-plugin-import": "^2.20.2",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.1",
    "ts-node": "^8.9.1",
    "tsconfig-paths": "^3.9.0",
    "typescript": "^3.8.3"
  },
  "peerDependencies": {
    "log4js": "^6.2.1"
  }
}
