debug-time-machine-cli
Version:
π Debug Time Machine CLI - μμ μλνλ React λλ²κΉ λꡬ
84 lines (83 loc) β’ 1.95 kB
JSON
{
"name": "debug-time-machine-cli",
"version": "1.0.20",
"description": "π Debug Time Machine CLI - μμ μλνλ React λλ²κΉ
λꡬ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"debug-time-machine-cli": "dist/bin/cli.js",
"dtm": "dist/bin/cli.js"
},
"files": [
"dist",
"bundled",
"static",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint . --ext .ts --fix",
"type-check": "tsc --noEmit",
"test": "jest",
"format": "prettier --write .",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"keywords": [
"cli",
"debug",
"debugging",
"time-machine",
"react",
"automation",
"development-tools",
"websocket",
"devtools",
"command-line",
"nodejs"
],
"dependencies": {
"commander": "^11.1.0",
"chalk": "^4.1.2",
"ora": "^5.4.1",
"fs-extra": "^11.2.0",
"axios": "^1.6.8",
"open": "^8.4.2",
"express": "^4.21.2",
"ws": "^8.17.0",
"cors": "^2.8.5",
"helmet": "^7.2.0",
"compression": "^1.8.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/fs-extra": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/amenooto/debugTimeMachine.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/amenooto/debugTimeMachine/issues"
},
"homepage": "https://github.com/amenooto/debugTimeMachine#readme",
"author": "amenooto <amenooto_@naver.com>",
"license": "MIT"
}