word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "word-vault",
"version": "9.4.0",
"description": "A lightweight JavaScript package for English word definitions and collections.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"keywords": ["dictionary", "words", "english", "typescript", "504"],
"author": {
"name": "John Adib",
"url": "https://mradib.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LearnSmartyHQ/word-vault.git"
},
"homepage": "https://learnsmarty.com/",
"bugs": {
"url": "https://github.com/LearnSmartyHQ/word-vault/issues"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"format": "biome format",
"format:fix": "biome format --write",
"lint": "biome lint",
"lint:fix": "biome lint --write",
"lint:fix:unsafe": "biome lint --write --unsafe",
"check": "biome check",
"check:fix": "biome check --write",
"test": "vitest"
},
"files": ["dist", "data", "README.md"],
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.8",
"globals": "^16.0.0",
"typescript": "^5.8.2",
"vitest": "^3.0.7"
}
}