{
  "name": "json5-to-table-fork",
  "version": "0.1.17",
  "description": "JSON 数据转化为表格的工具，支持深层嵌套数据，支持模式定义",
  "main": "dist/bundle.js",
  "bin": {
    "json5-to-table": "./bin/json5-to-table"
  },
  "repository": "https://github.com/yetrun/json5-to-table",
  "author": "hi@yet.run",
  "license": "Apache-2.0",
  "scripts": {
    "build": "webpack",
    "test": "ava",
    "prepublish": "yarn build"
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ]
  },
  "files": [
    "CHANGELOGS",
    "README.md",
    "LICENSE",
    "bin",
    "dist"
  ],
  "keywords": [
    "nested",
    "json",
    "table",
    "schema",
    "html",
    "excel",
    "json-to-table"
  ],
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "ava": "^3.15.0",
    "babel-loader": "^8.2.2",
    "webpack": "^5.51.1",
    "webpack-cli": "^4.8.0",
    "xlsx": "^0.17.1"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "yargs": "^17.1.1"
  }
}
