@atomiclotus/random-name-generator
Version:
Generate random name(s) from colors, adjectives, and animals
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "@atomiclotus/random-name-generator",
"version": "1.0.8",
"description": "Generate random name(s) from colors, adjectives, and animals",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "webpack --mode production"
},
"bin": {
"random-name": "./dist/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iconifyit/random-name-generator.git"
},
"keywords": [
"naming",
"names",
"random",
"placeholder",
"animal"
],
"author": "scott <scott@atomiclotus.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iconifyit/random-name-generator/issues"
},
"homepage": "https://github.com/iconifyit/random-name-generator#readme",
"devDependencies": {
"@atomiclotus/random-name-generator": "^1.0.6",
"@babel/core": "^7.20.7",
"babel-loader": "^9.1.0",
"commander": "^9.4.1",
"copy-webpack-plugin": "^11.0.0",
"jest": "^29.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}