1
mirror of https://github.com/jakejarvis/jakejarvis.git synced 2025-04-26 07:45:24 -04:00
profile/cli/package.json
dependabot[bot] 91e46d21e9
Bump @vercel/ncc from 0.34.0 to 0.36.1 in /cli
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to 0.36.1.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.34.0...0.36.1)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 21:02:02 +00:00

63 lines
1.4 KiB
JSON

{
"name": "@jakejarvis/cli",
"version": "1.26.337",
"description": "The Jake Jarvis CLI",
"license": "MIT",
"homepage": "https://jarv.is/cli/",
"author": {
"name": "Jake Jarvis",
"email": "jake@jarv.is",
"url": "https://jarv.is/"
},
"repository": {
"type": "git",
"url": "https://github.com/jakejarvis/jakejarvis.git",
"directory": "cli"
},
"files": [
"dist/index.cjs",
"dist/xdg-open"
],
"bin": {
"jakejarvis": "./dist/index.cjs"
},
"type": "module",
"scripts": {
"build": "node build.js",
"run": "yarn build && node dist/index.cjs",
"lint": "eslint . --ext js,jsx",
"prepublishOnly": "yarn build"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-react": "^7.18.6",
"@jakejarvis/eslint-config": "*",
"@types/node": "*",
"@types/react": "^18.0.25",
"@vercel/ncc": "^0.36.1",
"cpy": "^9.0.1",
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"ink": "^3.2.0",
"ink-big-text": "^1.2.0",
"ink-gradient": "^2.0.0",
"ink-select-input": "^4.2.1",
"mkdirp": "^1.0.4",
"open": "^8.4.0",
"pretty-bytes": "^6.0.0",
"react": "^18.2.0",
"tempy": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"keywords": [
"cli",
"jakejarvis",
"jarvis",
"portfolio",
"useless"
]
}