{
  "name": "f-com",
  "version": "1.8.1",
  "description": "开发中常用到的工具及组件",
  "main": "dist/f-com.min.js",
  "module": "dist/f-com.es.js",
  "types": "dist/types.d.ts",
  "miniprogram": "miniprogram_dist",
  "scripts": {
    "test": "NODE_ENV=test jest --config test/jest.config.js",
    "build": "NODE_ENV=production npx rollup -c",
    "build:type": "tsc --emitDeclarationOnly"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maYunLaoXi/f-com.git"
  },
  "keywords": [
    "utils",
    "f-com"
  ],
  "author": "maYunLaoXi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/maYunLaoXi/f-com/issues"
  },
  "homepage": "https://github.com/maYunLaoXi/f-com#readme",
  "dependencies": {
    "lodash": "^4.17.20",
    "miniprogram-api-typings": "^3.6.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-external-helpers": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/polyfill": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-typescript": "^7.12.1",
    "@types/file-saver": "^2.0.3",
    "@types/jest": "^26.0.15",
    "@types/lodash": "^4.14.191",
    "babel-jest": "^26.5.2",
    "file-saver": "^2.0.2",
    "html-webpack-plugin": "^4.5.0",
    "jest": "^26.4.2",
    "jszip": "^3.9.1",
    "path": "^0.12.7",
    "rollup": "^2.28.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-dts": "^3.0.2",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript2": "^0.29.0",
    "rollup-plugin-uglify": "^6.0.4",
    "ts-jest": "^26.4.3",
    "ts-loader": "^8.0.9",
    "tslib": "1.14.0",
    "typescript": "^4.0.5",
    "webpack-merge": "^5.1.4"
  }
}
