@bring-it/npm
Version:
Publish npm packages when needed
61 lines • 1.22 kB
JSON
{
"name": "@bring-it/npm",
"version": "0.9.3",
"description": "Publish npm packages when needed",
"license": "MIT",
"author": {
"name": "Eric Chen",
"email": "airkro@qq.com"
},
"keywords": [
"bring-it",
"ci",
"cli",
"deploy",
"deployment",
"frontend",
"npm",
"publish",
"registry",
"release"
],
"homepage": "https://github.com/airkro/bring-it/tree/master/packages/npm",
"repository": {
"type": "git",
"url": "git+https://github.com/airkro/bring-it.git",
"directory": "packages/npm"
},
"bugs": {
"url": "https://github.com/airkro/bring-it/issues"
},
"bin": {
"bring-it": "dist/bin.mjs"
},
"main": "dist/main.mjs",
"files": [
"dist"
],
"type": "module",
"devDependencies": {
"execa": "^9.6.0",
"ini": "^6.0.0",
"is-url": "^1.2.4",
"semver": "^7.7.3",
"validate-npm-package-name": "^7.0.0"
},
"peerDependencies": {
"@bring-it/cli": "^0.11.1"
},
"engines": {
"node": ">=22.18.0",
"npm": "^10.5.0",
"pnpm": "^10.20.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "best-shot prod"
}
}