yes-or-no-checker
Version:
a simple yes or no checker
21 lines (20 loc) • 375 B
JSON
{
"name": "yes-or-no-checker",
"keywords": [
"yes",
"no",
"checker",
"yes-or-no"
],
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Amoo Testimony",
"license": "ISC",
"description": "a simple yes or no checker",
"dependencies": {
"express": "^5.1.0"
}
}