kurdish_name_generator
Version:
A handy tool to generate random kurdish mock names
27 lines (26 loc) • 594 B
JSON
{
"name": "kurdish_name_generator",
"version": "1.0.3",
"description": "A handy tool to generate random kurdish mock names",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --watchAll",
"build": "rm -rf dist && node_modules/.bin/tsc",
"start": "yarn nodemon src/index.ts",
"prepare": "npm run build"
},
"keywords": [
"mock",
"kurdish",
"generator"
],
"author": "Mohammed Y. Shahoe <+9647508949100>",
"license": "ISC",
"devDependencies": {
"jest": "^26.5.3",
"nodemon": "^2.0.6",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}