-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.03 KB
/
package.json
File metadata and controls
23 lines (23 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "employee-data-application-project-javascript-based-nodejs",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Lutfan Alaudin Naja, AKA 'Nekonepan'",
"license": "MIT",
"description": "A feature-rich CLI (Command Line Interface) application for managing employee data using **JavaScript (Node.js)**. This app is a **rewrite and improvement** of my previous project written in **C++**, with added enhancements like bulk input, interactive editing, real file persistence, and modular design.",
"dependencies": {
"inquirer": "^8.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nekonepan/Employee-Data-Application-Project-JavaScript-based-node.js-.git"
},
"bugs": {
"url": "https://github.com/Nekonepan/Employee-Data-Application-Project-JavaScript-based-node.js-/issues"
},
"homepage": "https://github.com/Nekonepan/Employee-Data-Application-Project-JavaScript-based-node.js-#readme"
}