1
mirror of https://github.com/jakejarvis/jakejarvis.git synced 2025-04-26 13:28:28 -04:00
profile/cli/package.json
2022-07-27 22:17:40 -04:00

63 lines
1.4 KiB
JSON

{
"name": "@jakejarvis/cli",
"version": "1.24.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.18.9",
"@babel/preset-react": "^7.18.6",
"@jakejarvis/eslint-config": "*",
"@types/node": "*",
"@types/react": "^18.0.15",
"@vercel/ncc": "^0.34.0",
"cpy": "^9.0.1",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.30.1",
"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"
]
}