random-names-hebrew
Version:
Geneare random names in the Hebrew language
48 lines (46 loc) • 1.1 kB
JSON
{
"name": "random-names-hebrew",
"version": "0.0.20",
"description": "Geneare random names in the Hebrew language",
"main": "dist/index.js",
"scripts": {
"test": "mocha",
"build": "npm run test & tsc"
},
"author": "Shlomo Framowitz",
"license": "ISC",
"keywords": [
"hebrew",
"fullname",
"firstName",
"lastName",
"batch",
"testing",
"ts"
],
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"axios": "^0.19.2",
"chai": "^4.3.6",
"cheerio": "^1.0.0-rc.3",
"cloudscraper": "^4.6.0",
"encoding": "^0.1.12",
"fs-extra": "^9.0.1",
"mocha": "latest",
"puppeteer": "^3.3.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"xlsx": "^0.16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com:shlomoweb1/random-names-hebrew.git"
},
"bugs": {
"url": "https://github.com/shlomoweb1/random-names-hebrew/issues"
},
"homepage": "https://github.com/shlomoweb1/random-names-hebrew"
}