UNPKG

somali-names

Version:

Random Somali first names (male/female) with optional meanings. Library + CLI.

57 lines (56 loc) 1.19 kB
{ "name": "somali-names", "version": "0.1.1", "description": "Random Somali first names (male/female) with optional meanings. Library + CLI.", "main": "src/index.js", "types": "src/index.d.ts", "bin": { "somaname": "src/cli.js" }, "files": [ "src/index.js", "src/index.d.ts", "src/cli.js", "data", "README.md", "LICENSE", "CONTRIBUTORS.md" ], "keywords": [ "somali", "names", "generator", "af-soomaali", "somalia", "african-names", "cultural", "heritage", "random-names", "name-generator" ], "license": "MIT", "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "https://github.com/omartood/somali-names.git" }, "bugs": { "url": "https://github.com/omartood/somali-names/issues" }, "homepage": "https://github.com/omartood/somali-names#readme", "author": { "name": "Omar Tood", "url": "https://github.com/omartood" }, "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "echo 'Add linting here if needed'" }, "devDependencies": { "jest": "^29.7.0" } }