irregular-plurals
Version:
Map of nouns to their irregular plural form
50 lines (49 loc) • 917 B
JSON
{
"name": "irregular-plurals",
"version": "4.0.0",
"description": "Map of nouns to their irregular plural form",
"license": "MIT",
"repository": "sindresorhus/irregular-plurals",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18.20"
},
"scripts": {
"//test": "xo && ava && tsc --noEmit index.d.ts",
"test": "ava && tsc --noEmit index.d.ts"
},
"files": [
"index.js",
"index.d.ts",
"irregular-plurals.json"
],
"keywords": [
"word",
"words",
"list",
"map",
"hash",
"json",
"irregular",
"plural",
"plurals",
"noun",
"nouns"
],
"devDependencies": {
"ava": "^6.1.2",
"tsd": "^0.31.0",
"xo": "^0.58.0"
}
}