short-animal-id
Version:
Generates short ids with animal name prefixes
24 lines (23 loc) • 484 B
JSON
{
"name": "short-animal-id",
"version": "3.0.2",
"description": "Generates short ids with animal name prefixes",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"short",
"animal",
"id",
"uuid",
"shortid"
],
"author": "cktang88",
"repository": {
"type": "git",
"url": "https://github.com/cktang88/short-animal-id.git"
},
"license": "MIT"
}