np
Version:
A better `npm publish`
112 lines (111 loc) • 2.33 kB
JSON
{
"name": "np",
"version": "11.0.3",
"description": "A better `npm publish`",
"license": "MIT",
"repository": "sindresorhus/np",
"funding": "https://github.com/sindresorhus/np?sponsor=1",
"type": "module",
"bin": "./source/cli.js",
"engines": {
"node": ">=20",
"npm": ">=9",
"git": ">=2.11.0",
"yarn": ">=1.7.0",
"pnpm": ">=8",
"bun": ">=1"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"source"
],
"keywords": [
"cli-app",
"cli",
"npm",
"publish",
"git",
"push",
"version",
"bump",
"commit"
],
"dependencies": {
"chalk": "^5.6.2",
"chalk-template": "^1.1.2",
"clipboardy": "^5.0.2",
"cosmiconfig": "^9.0.0",
"del": "^8.0.1",
"escape-goat": "^4.0.0",
"escape-string-regexp": "^5.0.0",
"execa": "^9.6.1",
"exit-hook": "^5.0.1",
"github-url-from-git": "^1.5.0",
"hosted-git-info": "^9.0.2",
"ignore-walk": "^8.0.0",
"import-local": "^3.2.0",
"inquirer": "^13.2.0",
"is-installed-globally": "^1.0.0",
"is-interactive": "^2.0.0",
"is-scoped": "^3.0.0",
"issue-regex": "^4.3.0",
"listr": "^0.14.3",
"listr-input": "^0.2.1",
"log-symbols": "^7.0.1",
"meow": "^14.0.0",
"new-github-release-url": "^2.0.0",
"npm-name": "^8.0.0",
"onetime": "^7.0.0",
"open": "^11.0.0",
"p-memoize": "^8.0.0",
"package-directory": "^8.0.0",
"path-exists": "^5.0.0",
"read-package-up": "^12.0.0",
"read-pkg": "^10.0.0",
"rxjs": "^7.8.2",
"semver": "^7.7.3",
"symbol-observable": "^4.0.0",
"terminal-link": "^5.0.0",
"update-notifier": "^7.3.1"
},
"devDependencies": {
"@sindresorhus/is": "^7.2.0",
"@types/semver": "^7.7.1",
"ava": "^6.4.1",
"common-tags": "^1.8.2",
"esmock": "^2.7.3",
"fs-extra": "^11.3.3",
"map-obj": "^6.0.0",
"sinon": "^21.0.1",
"strip-ansi": "^7.1.2",
"tempy": "^3.1.0",
"write-package": "^7.2.0",
"xo": "^1.2.3"
},
"ava": {
"files": [
"!test/fixtures",
"!test/_helpers"
],
"environmentVariables": {
"FORCE_HYPERLINK": "1",
"HOME": "/tmp",
"NODE_ENV": "test",
"GIT_AUTHOR_NAME": "test",
"GIT_COMMITTER_NAME": "test",
"GIT_AUTHOR_EMAIL": "test@example.com",
"GIT_COMMITTER_EMAIL": "test@example.com"
},
"nodeArguments": [
"--loader=esmock",
"--no-warnings=ExperimentalWarning"
]
},
"xo": {
"ignores": [
"test/fixtures"
]
}
}