UNPKG

context-switch-cli

Version:
51 lines (50 loc) 1.21 kB
{ "name": "context-switch-cli", "version": "0.1.0", "description": "CLI-based to-do list for probably-overworked nerds.", "main": "dist/index.js", "type": "module", "bin": { "ctx-switch": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "tsx index.ts", "dev": "tsx watch index.ts", "typecheck": "tsc --noEmit", "lint": "biome lint .", "format": "biome format . --write", "check": "biome check .", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Matías Santurio", "license": "ISC", "dependencies": { "chalk": "^5.6.2", "ink": "^6.3.0", "react": "^19.1.1" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^24.3.1", "@types/react": "^19.1.12", "tsx": "^4.20.5", "typescript": "^5.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/matias-santurio/context-switch-cli.git" }, "keywords": [ "cli", "to-do", "productivity" ], "bugs": { "url": "https://github.com/matias-santurio/context-switch-cli/issues" }, "homepage": "https://github.com/matias-santurio/context-switch-cli#readme" }