UNPKG

@adp-psych/npm-check-updates-config

Version:
66 lines (65 loc) 1.78 kB
{ "name": "@adp-psych/npm-check-updates-config", "version": "4.0.2", "description": "npm-check-updates configuration", "keywords": [ "npm-check-updates" ], "homepage": "https://git.dipietro.id.au/adp-psych/npm-check-updates-config", "bugs": { "email": "anthony.dipietro@research.uwa.edu.au" }, "license": "AGPL-3.0-or-later", "author": { "name": "Anthony Di Pietro", "email": "anthony.dipietro@research.uwa.edu.au", "url": "https://anthony.dipietro.id.au/" }, "files": [ ".ncurc.js" ], "main": ".ncurc.js", "repository": { "type": "git", "url": "git@git.dipietro.id.au:adp-psych-npm-check-updates-config" }, "scripts": { "clean": "rimraf doc", "doc": "npm-run-all doc:clean doc:js", "doc:clean": "rimraf doc", "doc:js": "jsdoc --configure jsdoc.config.js jsdoc.config.js", "lint": "npm-run-all lint:*", "lint:js": "eslint .", "lint:package": "npmPkgJsonLint .", "npm-check": "npm-check", "prepare": "husky install", "release": "np", "test": "npm-check-updates --packageFile package.json", "update": "npm-check-updates --upgrade --dep prod,dev,bundle,optional,peer --format group --interactive" }, "devDependencies": { "@adp-psych/babel-config": "^3.0.8", "@adp-psych/commitlint-config": "^5.4.5", "@adp-psych/eslint-config": "^39.0.0", "@adp-psych/jsdoc-config": "^2.1.4", "@adp-psych/npm-package-json-lint-config": "^9.2.5", "husky": "^8.0.1", "np": "^7.6.2", "npm-check": "^6.0.1", "npm-check-updates": "^16.3.14", "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" }, "peerDependencies": { "npm-check-updates": "^16.3.14" }, "engines": { "node": ">=14" }, "private": false, "publishConfig": { "access": "public" }, "funding": {}, "copyright": "Copyright © 2021, 2022 Anthony Di Pietro." }