superb-es
Version:
Get superb (spanish) like words
129 lines (128 loc) • 3.09 kB
JSON
{
"name": "superb-es",
"description": "Get superb (spanish) like words",
"homepage": "https://nicedoc.io/Kikobeats/superb-es",
"version": "1.3.5",
"main": "index.js",
"bin": {
"superb-es": "bin/index.js"
},
"author": {
"email": "josefrancisco.verdu@gmail.com",
"name": "Kiko Beats",
"url": "https://kikobeats.com"
},
"contributors": [
{
"name": "David Díaz",
"email": "diazglezdavid@gmail.com"
},
{
"name": "Alejandro Mayol",
"email": "alexmayol@hotmail.com"
},
{
"name": "PedroLopezJ",
"email": "pedro.lopez@iristrace.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Kikobeats/superb-es.git"
},
"bugs": {
"url": "https://github.com/Kikobeats/superb-es/issues"
},
"keywords": [
"array",
"awesome",
"bin",
"cli",
"cli-app",
"list",
"rand",
"random",
"spanish",
"superb",
"word",
"words"
],
"dependencies": {
"dlv": "~1.1.3",
"meow": "~8.1.0",
"unique-random-array": "~2.0.0",
"update-notifier": "~5.0.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"ci-publish": "latest",
"conventional-github-releaser": "latest",
"coveralls": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"git-dirty": "latest",
"husky": "latest",
"lint-staged": "latest",
"mocha": "latest",
"npm-check-updates": "latest",
"nyc": "latest",
"prettier-standard": "latest",
"should": "latest",
"standard": "latest",
"standard-markdown": "latest",
"standard-version": "latest"
},
"engines": {
"node": ">= 6"
},
"files": [
"bin",
"index.js",
"prefixes.json",
"words.json"
],
"scripts": {
"clean": "rm -rf node_modules",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown && standard",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"prerelease": "npm run update:check && npm run contributors",
"pretest": "npm run lint",
"pretty": "prettier-standard index.js {core,test,bin}/**/*.js --single-quote",
"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:tags": "git push --follow-tags origin HEAD:master",
"test": "nyc mocha",
"update": "ncu -u",
"update:check": "ncu -- --error-level 2"
},
"preferGlobal": true,
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"prettier-standard",
"git add"
],
"package.json": [
"finepack"
]
},
"standard": {
"env": [
"mocha"
]
}
}