ymenu
Version:
Simple menu library for **Node.JS**.
23 lines (22 loc) • 440 B
JSON
{
"name": "ymenu",
"version": "1.0.0",
"description": "Simple menu library for **Node.JS**.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest"
},
"keywords": ["Menu", "Simple", "Select", "Text"],
"author": "Yabkoy",
"license": "GPL-3.0",
"devDependencies": {
"jest": "^27.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Yabkoy/yMenu"
}
}