{
  "name": "string-random",
  "version": "1.0.0",
  "description": "Generate random string",
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liangxingchen/string-random.git"
  },
  "author": {
    "name": "Liang",
    "email": "liang@miaomo.cn",
    "url": "https://github.com/liangxingchen"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liangxingchen/string-random/issues"
  },
  "homepage": "https://github.com/liangxingchen/string-random#readme",
  "devDependencies": {
    "mocha": "^5.2.0",
    "typescript": "^5.9.3"
  }
}
