{
  "name": "super-form-formula",
  "version": "2.0.1",
  "description": "a formula realize",
  "main": "lib/umd/super-form-formula.umd.js",
  "types": "lib/types/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "rimraf -rf lib && npm run build:cjs&&npm run build:esm&&npm run build:umd",
    "build:cjs": "tsc --project tsconfig.json --outDir lib/cjs",
    "build:esm": "tsc --project tsconfig.json --module es2015 --outDir lib/esm",
    "build:umd": "rollup --config",
    "doc": "typedoc"
  },
  "author": "Hansuku(www.hansuku.com)",
  "bugs": {
    "url": "https://github.com/xbb-web/super-formula/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xbb-web/super-formula.git"
  },
  "license": "ISC",
  "dependencies": {
    "chevrotain": "^10.1.2",
    "dayjs": "^1.11.3",
    "mathjs": "11.0.1",
    "nzh": "^1.0.12"
  },
  "devDependencies": {
    "@babel/core": "^7.18.9",
    "@babel/plugin-transform-runtime": "^7.18.9",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-strip": "^2.1.0",
    "@types/jest": "^28.1.5",
    "dts-gen": "^0.6.0",
    "jest": "^28.1.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.75.7",
    "rollup-plugin-typescript2": "^0.32.1",
    "ts-jest": "^28.0.5",
    "ts-node": "^10.8.2",
    "tslib": "^2.4.0",
    "typedoc": "^0.23.8",
    "typescript": "^4.7.4"
  },
  "browserslist": [
    "IE 11"
  ]
}
