debug-time-machine
Version:
제로 설정 React 디버깅 도구
75 lines (74 loc) • 1.64 kB
JSON
{
"name": "debug-time-machine",
"version": "2.0.39",
"description": "제로 설정 React 디버깅 도구",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"debug-time-machine": "dist/cli.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./cli": "./dist/cli.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"clean": "rm -rf dist",
"test": "echo 'Tests coming soon...'",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"react",
"debug",
"debugging",
"time-machine",
"time-travel",
"unified",
"zero-config",
"websocket",
"devtools"
],
"dependencies": {
"express": "^4.21.2",
"ws": "^8.17.0",
"cors": "^2.8.5"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.3.23",
"@types/express": "^4.17.23",
"@types/ws": "^8.5.10",
"@types/cors": "^2.8.19",
"tsup": "^8.5.0",
"typescript": "^5.4.5"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/amenooto/debugTimeMachine.git",
"directory": "packages/unified"
},
"bugs": {
"url": "https://github.com/amenooto/debugTimeMachine/issues"
},
"homepage": "https://github.com/amenooto/debugTimeMachine#readme",
"author": "amenooto <amenooto_@naver.com>",
"license": "MIT"
}