acronymer
Version:
Transform strings into memorable acronyms
64 lines (63 loc) • 976 B
JSON
{
"name": "acronymer",
"version": "1.0.2",
"description": "Transform strings into memorable acronyms",
"license": "MIT",
"repository": "palashmon/acronymer",
"author": "Palash Mondal <palashm@live.in>",
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18.20.5"
},
"scripts": {
"test": "xo && ava",
"lint": "xo --fix"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"acronym",
"acronyms",
"acronymer",
"abbr",
"abbrv",
"abbrev",
"abbreviation",
"algorithm",
"coding",
"compose",
"create",
"development",
"efficient",
"generate",
"generate",
"generate",
"javascript",
"library",
"logic",
"memorable",
"programming",
"short",
"string",
"strings",
"text",
"transform",
"word"
],
"devDependencies": {
"ava": "6.2.0",
"xo": "0.60.0"
},
"xo": {
"rules": {
"unicorn/prefer-ternary": "off"
}
}
}