alpha-charcode
Version:
A Node.js module that Generates alphabets
39 lines (38 loc) • 866 B
JSON
{
"name": "alpha-charcode",
"version": "2.0.1",
"license": "MIT",
"description": "A Node.js module that Generates alphabets",
"private": false,
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/copy-ninja1/alpha-charcode.git"
},
"author": {
"name": "Uchewa Emmanuel k (copyninja)",
"email": "emmajnr1000@gmail.com",
"url": "https://github.com/copy-ninja1"
},
"bugs": {
"url": "https://github.com/copy-ninja1/alpha-charcode/issues"
},
"homepage": "https://github.com/copy-ninja1/alpha-charcode#readme",
"devDependencies": {
"jest": "^27.0.6",
"webpack": "^5.51.2",
"webpack-cli": "^4.8.0"
},
"files": [
"index.js"
],
"keywords": [
"Alphabets",
"random-character",
"string"
]
}