randex
Version:
Generates random filename, username, email, name, full name, etc for test purposes.
42 lines (41 loc) • 920 B
JSON
{
"name": "randex",
"version": "0.33.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jest.config.js",
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"v": "npm --no-git-tag-version version minor",
"p": "npm run v && npm run lint:fix && git add * && git commit -m\"v\" && git push origin master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/berezh/randex.git"
},
"author": "",
"license": "ISC",
"bugs": {},
"devDependencies": {
"@types/jest": "^24.9.1",
"eslint-config-varp-common": "^1.0.0",
"eslint-plugin-tsc": "^2.0.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^4.2.4"
},
"keywords": [
"random",
"generate",
"test",
"fake",
"filename",
"email",
"username",
"name",
"string"
]
}