UNPKG

@borfast/arrispwgen-cli

Version:

Arris Password of the Day Generator Command Line Interface

49 lines (48 loc) 1.16 kB
{ "name": "@borfast/arrispwgen-cli", "version": "5.0.2", "description": "Arris Password of the Day Generator Command Line Interface", "keywords": [ "arris", "arrispwd", "arrispwgen", "password-of-the-day", "password of the day" ], "homepage": "https://arrispwgen.borfast.com", "bugs": { "url": "https://github.com/borfast/arrispwgen-cli/issues" }, "license": "MIT", "author": "Raúl Santos (https://www.borfast.com)", "main": "dist/cli.js", "type": "module", "files": [ "/dist" ], "bin": { "arrispwgen": "./dist/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/borfast/arrispwgen-cli.git" }, "scripts": { "build": "tsc --project tsconfig.json", "prepublishOnly": "npm run build", "lint": "eslint -c .eslintrc.cjs 'src/**/*.{ts,tsx}' '__tests__/**/*.{ts,tsx}'" }, "dependencies": { "@borfast/arrispwgen": "^5.0.1" }, "devDependencies": { "@types/node": "^13.13.5", "@typescript-eslint/parser": "^2.31.0", "eslint": "^6.8.0", "typescript": "^3.8.3" }, "engines": { "node": ">=13.2.0", "npm": ">=6" } }