{
  "name": "jknife",
  "version": "0.1.29-dev.7",
  "description": "javaScript工具库",
  "author": "Imfdj",
  "module": "lib/index-es.js",
  "main": "lib/index.js",
  "scripts": {
    "doc": "jsdoc -c jsdoc.json && npm run build-index && node build/doc.js",
    "build": "rollup -c build/rollup.config.unit.mjs",
    "build-index": "rollup -c build/rollup.config.mjs",
    "build-es": "rollup -c build/rollup.config.unit-es.mjs && node build/copy.js",
    "release": "node release.js",
    "test": "jest",
    "test-watch": "jest --watch",
    "new": "node build/cli.js",
    "prepare": "husky install",
    "lint-staged": "lint-staged",
    "lint": "eslint src/**/* build/**/* test/**/* --fix"
  },
  "lint-staged": {
    "**/*.{js}": "npm run lint"
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Imfdj/jknife.git"
  },
  "keywords": [
    "js",
    "javaScript",
    "tools",
    "utils",
    "jsdoc",
    "docdash",
    "jknife"
  ],
  "homepage": "https://github.com/Imfdj/jknife#readme",
  "bugs": {
    "url": "https://github.com/Imfdj/jknife/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.20.2",
    "@babel/plugin-transform-runtime": "^7.19.1",
    "@babel/preset-env": "^7.20.2",
    "@rollup/plugin-babel": "^6.0.2",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "babel-loader": "^8.2.5",
    "compare-versions": "^5.0.1",
    "copy-dir": "^1.3.0",
    "docdash-interactive": "^2.1.0",
    "eslint": "^8.25.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.3.0",
    "eslint-plugin-promise": "^6.1.0",
    "husky": "^8.0.1",
    "inquirer": "^8.1.2",
    "jest": "^29.0.3",
    "jest-environment-jsdom": "^29.2.0",
    "jsdoc-interactive": "^4.1.0",
    "lint-staged": "^13.0.3",
    "ora": "^5.4.1",
    "rollup": "^3.3.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "license": "MIT",
  "dependencies": {
    "json-templater": "^1.2.0",
    "lodash-es": "^4.17.21"
  }
}
