debug-time-machine-core
Version:
π°οΈ Debug Time Machine Core - μκ°μ¬ν μμ§κ³Ό λ€νΈμν¬ μΈν°μ ν°
84 lines (83 loc) β’ 1.94 kB
JSON
{
"name": "debug-time-machine-core",
"version": "1.0.15",
"description": "π°οΈ Debug Time Machine Core - μκ°μ¬ν μμ§κ³Ό λ€νΈμν¬ μΈν°μ
ν°",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint . --ext .ts,.tsx --fix",
"type-check": "tsc --noEmit",
"test": "jest",
"format": "prettier --write .",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"keywords": [
"debug",
"time-machine",
"debugging",
"react",
"timeline",
"websocket",
"development-tools",
"performance-monitoring",
"network-interceptor",
"time-travel"
],
"dependencies": {
"ws": "^8.17.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.3.23",
"@types/ws": "^8.5.10",
"@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"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/amenooto/debugTimeMachine.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/amenooto/debugTimeMachine/issues"
},
"homepage": "https://github.com/amenooto/debugTimeMachine#readme",
"author": "amenooto <amenooto_@naver.com>",
"license": "MIT"
}