UNPKG

a-three

Version:

cute three-word IDs similar to a variety of modern site slug generators. QUIRKY for real

45 lines (44 loc) 1.04 kB
{ "name": "a-three", "version": "0.0.12", "private": false, "description": "cute three-word IDs similar to a variety of modern site slug generators. QUIRKY for real", "main": "./index.js", "bin": { "aaa": "./cli.js", "a3": "./cli.js" }, "devDependencies": { "@stylistic/eslint-plugin-js": "^2.12.1", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-perfectionist": "^4.4.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unicorn": "^56.0.1", "prettier": "^3.4.2", "release-it": "^17.11.0" }, "type": "module", "keywords": [ "random", "id", "cryptography", "adult-cryptography", "NSA", "advanced-cryptography", "quantum-resistant", "animal", "adjective", "name", "fun", "computers" ], "author": "Grant Forrest", "license": "The Unlicense", "dependencies": { "chalk": "^5.4.1", "change-case-all": "^2.1.0", "yargs": "^17.7.2" } }