real-dev-hours
Version:
I want to bug you.
33 lines (32 loc) • 758 B
JSON
{
"name": "real-dev-hours",
"version": "1.0.4",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"description": "I want to bug you.",
"keywords": ["debug", "chaos", "devtools", "developer-mode", "funny", "prank"],
"author": "m-ox",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/m-ox/real-dev-hours.git"
},
"bugs": {
"url": "https://github.com/m-ox/real-dev-hours/issues"
},
"homepage": "https://github.com/m-ox/real-dev-hours#readme",
"scripts": {
"build": "tsc"
},
"files": ["dist"],
"devDependencies": {
"typescript": "^5.8.3"
}
}