{
  "name": "@ganker/utils",
  "version": "0.0.17",
  "description": "ganker utils",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git@gitee.com:henan-guanjie/ganker-utils.git"
  },
  "keywords": [
    "ganker",
    "utils"
  ],
  "author": "imeepos",
  "license": "ISC",
  "devDependencies": {
    "@types/lodash": "^4.14.149",
    "@types/node": "^13.7.0",
    "ts-node": "^8.6.2",
    "tsconfig-paths": "^3.9.0",
    "typescript": "^3.7.5"
  },
  "dependencies": {
    "cids": "^0.7.3",
    "crypto-random-string": "^3.1.0",
    "date-fns": "^2.9.0",
    "id-16": "^1.0.5",
    "lodash": "^4.17.15",
    "multihashing-async": "^0.8.0",
    "unique-string": "^2.0.0"
  }
}
