{
  "name": "@arvinxu/journal-map",
  "version": "1.2.5",
  "files": [
    "lib",
    "es",
    "dist",
    "schema"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "homepage": "https://github.com/arvinxx/components/tree/master/packages/journal-map#readme",
  "repository": "git+https://github.com/arvinxx/components.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "build": "yarn schema && father-build && yarn webpack",
    "webpack": "webpack",
    "schema": "typescript-json-schema src/type.ts JournalMapYML -o ./schema/journal-map.schema.json --id=user-journal-map-schema --required --ignoreErrors",
    "test": "jest",
    "test:update": "jest -u",
    "prepublishOnly": "yarn build",
    "cov": "jest --coverage",
    "clean": "rm -rf es lib dist build coverage .umi"
  },
  "dependencies": {
    "@ant-design/charts": "^1.1.1",
    "@ant-design/colors": "^6.0.0",
    "classnames": "^2.2.6",
    "js-yaml": "^4.0.0",
    "use-merge-value": "^1.0.2"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.0",
    "typescript-json-schema": "^0.50.0"
  }
}
