{
  "name": "@unionfab/ufc-schema",
  "version": "24.07.0504",
  "description": "ufc-schema",
  "repository": {
    "type": "git",
    "url": "https://github.com/wx-chevalier/fe-boilerplates"
  },
  "author": "wx-chevalier@github",
  "license": "MIT",
  "main": "dist/cjs",
  "module": "dist/es/index.js",
  "types": "dist/types",
  "files": [
    "dist"
  ],
  "scripts": {
    "bap": "rm -rf ./dist && npm run build && npm publish",
    "build": "rimraf ./dist && npm run build:cjs && npm run build:es",
    "build:cjs": "tsc --project ./tsconfig.cjs.json",
    "build:es": "tsc --project ./tsconfig.es.json",
    "build:esbuild": "node esbuild-bundle.js",
    "build:r": "npm run build:es",
    "clean:r": "rimraf ./dist/*.map && rimraf ./dist/**/*.map && rimraf ./dist/**/*.tsbuildinfo && rimraf ./dist/**/precache-*",
    "lint": "run-p lint:*",
    "lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,md,ts,tsx -f friendly --max-warnings 10 --fix",
    "lint:tsc": "tsc -p tsconfig.json --incremental false --noEmit",
    "prepublish": "npm run clean:r",
    "test": "jest --config ./scripts/jest/jest.config.js",
    "test:cov": "npm run cleanCov && npm test -- --coverage",
    "test:watch": "npm test -- --watch"
  },
  "peerDependencies": {
    "@unionfab/ts-async": "*",
    "@unionfab/ts-utils": "*"
  },
  "dependencies": {
    "@m-fe/excel-schema": "^0.0.11",
    "crypto-js": "^4.0.0",
    "dayjs": "^1.10.6",
    "dayjs-ext": "^2.2.0",
    "js-base64": "^3.6.1",
    "lodash-es": "4.17.21",
    "lodash.intersection": "^4.4.0",
    "mathjs": "^10.0.0",
    "pure-md5": "^0.1.13",
    "tslib": "2.3.1"
  },
  "devDependencies": {
    "@m-fe/types": "^0.0.1",
    "@types/crypto-js": "^3.1.47",
    "@types/lodash-es": "4.17.6",
    "@types/lodash.intersection": "^4.4.6",
    "esbuild-node-externals": "1.13.1",
    "rimraf": "^3.0.2",
    "tslint": "^6.1.3"
  }
}
