invoice/package.json
2025-07-06 13:03:08 -04:00

25 lines
479 B
JSON

{
"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"
}
}