{ "name": "invoice", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js --interactive", "generate": "node index.js", "test": "jest", "test-invoice": "node index.js --test" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "easyinvoice": "^3.0.47", "inquirer": "^8.2.4", "yargs": "^17.7.2" }, "devDependencies": { "jest": "^29.7.0" } }