UNPKG

rurid

Version:

A random unique human-readable identifier generator for NodeJS

53 lines (52 loc) 1.35 kB
{ "name": "rurid", "version": "1.0.0", "description": "A random unique human-readable identifier generator for NodeJS", "main": "lib/rurid.js", "types": "lib/rurid.d.ts", "scripts": { "build": "tsc", "test": "jest --config jestconfig.json", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare" : "npm run build", "prepublishOnly" : "npm test && npm run lint", "preversion" : "npm run lint", "version" : "npm run format && git add -A src", "postversion" : "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/foreign1/rurid.git" }, "keywords": [ "identifier", "project-title", "repo-name", "random", "unique", "session-id" ], "author": "John Jenyo (https://www.github.com/foreign1", "license": "MIT", "bugs": { "url": "https://github.com/foreign1/rurid/issues" }, "homepage": "https://github.com/foreign1/rurid#readme", "devDependencies": { "@types/jest": "^29.2.3", "jest": "^29.3.1", "prettier": "^2.8.0", "ts-jest": "^29.0.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.9.3", "@types/node": "^18.11.9", "@types/string": "^0.0.31" }, "dependencies": { }, "files": [ "lib/**/*" ] }