@bifravst/random-words
Version:
Returns random 8-letter words from the Webster's Unabridged Dictionary
80 lines (79 loc) • 1.72 kB
JSON
{
"name": "@bifravst/random-words",
"version": "8.0.3",
"description": "Returns random 8-letter words from the Webster's Unabridged Dictionary",
"main": "index.js",
"bin": "cli.js",
"typings": "index.d.ts",
"type": "module",
"scripts": {
"test": "node --test",
"prepare": "husky"
},
"runkitExampleFilename": "example.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bifravst/random-words.git"
},
"keywords": [
"random-words",
"nrf-asset-tracker",
"iot"
],
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bifravst/random-words/issues"
},
"homepage": "https://github.com/bifravst/random-words#readme",
"engines": {
"node": ">=22",
"npm": ">=10"
},
"devDependencies": {
"@bifravst/prettier-config": "1.1.8",
"@commitlint/config-conventional": "19.7.1",
"husky": "9.1.7",
"standard": "17.1.2"
},
"lint-staged": {
"*.{yml,md,json}": [
"prettier --write"
],
"*.js": [
"standard --fix"
]
},
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"saga"
],
"remoteTags": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"successCommentCondition": false,
"failTitle": false
}
]
]
},
"files": [
"README.md",
"LICENSE",
"index.js",
"index.d.ts",
"cli.js",
"example.js",
"words.js",
"test.js"
],
"prettier": "@bifravst/prettier-config"
}