UNPKG

@smakss/random-string

Version:

Effortlessly generate customizable random strings with @smakss/random-string. Ideal for creating dummy strings, custom-length passwords, or unique identifiers. Integrates seamlessly with both CommonJS and ECMAScript modules.

78 lines (77 loc) 2.29 kB
{ "author": "SMAKSS", "bugs": { "url": "https://github.com/SMAKSS/random-string/issues" }, "description": "Effortlessly generate customizable random strings with @smakss/random-string. Ideal for creating dummy strings, custom-length passwords, or unique identifiers. Integrates seamlessly with both CommonJS and ECMAScript modules.", "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", "eslint": "^8.56.0", "husky": "^8.0.3", "lint-staged": "^15.2.0", "prettier": "^3.1.1", "rollup": "^4.9.1", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "exports": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "files": [ "dist" ], "homepage": "https://github.com/SMAKSS/random-string#readme", "keywords": [ "random-string", "password-generator", "string-generator", "npm", "yarn", "typescript", "ecmascript", "random-string-utility", "SMAKSS", "custom-string", "string-utility", "secure-string", "random-passwords", "dummy-data", "dummy-string", "random-characters", "string-creation", "custom-passwords", "javascript-utility", "nodejs" ], "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "name": "@smakss/random-string", "repository": { "type": "git", "url": "git+https://github.com/SMAKSS/random-string.git" }, "scripts": { "format": "prettier --write \"**/*.+(js|json|yml|yaml|ts|md)\"", "format:check": "prettier -l \"**/*.+(js|json|yml|yaml|ts|md)\"", "generate": "rollup -c", "generate:check": "yarn format && yarn lint && yarn typecheck", "lint": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --ext js,ts --max-warnings=0 .", "lint:fix": "eslint src/**/*.ts --fix", "setup": "yarn && husky install", "typecheck": "tsc -b ." }, "type": "module", "types": "lib", "version": "2.0.2" }