sleep-habit-checker
Version:
This is a package to check your sleep habits.
34 lines (33 loc) • 738 B
JSON
{
"name": "sleep-habit-checker",
"publishConfig": {
"access": "public"
},
"version": "1.0.7",
"description": "This is a package to check your sleep habits.",
"main": "index.js",
"bin": {
"check-sleep": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/masanarih0ri/sleep-habit-checker"
},
"keywords": [
"sleep",
"habit",
"checker"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/masanarih0ri/sleep-habit-checker/issues"
},
"homepage": "https://github.com/masanarih0ri/sleep-habit-checker#readme",
"dependencies": {
"enquirer": "^2.3.6"
}
}