{
  "name": "@js-random/string",
  "version": "0.3.5",
  "description": "A simple and lightweight string randomizer for JavaScript (TypeScript friendly)",
  "author": "Raiondesu <a.raiondesu@gmail.com>",
  "homepage": "https://github.com/Raiondesu/js-random/tree/master/packages/string#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "module/index.js",
  "unpkg": "unpkg/index.js",
  "directories": {
    "lib": "lib",
    "types": "types",
    "module": "module",
    "unpkg": "unpkg",
    "test": "__tests__"
  },
  "types": "lib/index.d,ts",
  "typings": "lib/index.d.ts",
  "keywords": [
    "js",
    "ts",
    "typescript",
    "javascript",
    "string",
    "number",
    "boolean",
    "array",
    "random",
    "simple",
    "lightweight",
    "es5",
    "JSON",
    "definetly-typed",
    "modular",
    "monorepo",
    "micropackage"
  ],
  "files": [
    "lib",
    "module",
    "unpkg",
    "index.ts",
    "global.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Raiondesu/js-random.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:module && npm run build:unpkg",
    "build:cjs": "tsc -p ./tsconfig.json",
    "build:module": "tsc -p ./tsconfig.module.json",
    "build:unpkg": "tsc -p ./tsconfig.unpkg.json && npm run rollup",
    "rollup": "rollup -c ../../rollup.config.js --name randomString",
    "preversion": "npm run build"
  },
  "bugs": {
    "url": "https://github.com/Raiondesu/js-random/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "rollup": "^1.7.4",
    "rollup-plugin-commonjs": "^9.2.2",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-typescript": "^1.0.1",
    "tslib": "^1.9.3",
    "typescript": "^3.3.4000"
  },
  "gitHead": "df97d2aff8d5ca7952bcbfa9b0a0c364ccbb4fd9"
}
