@ryanforever/invoice-generator
Version:
invoice-generator API wrapper
33 lines (32 loc) • 804 B
JSON
{
"name": "@ryanforever/invoice-generator",
"version": "1.0.6",
"description": "invoice-generator API wrapper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm i && npm version patch --no-git-tag-version && npm i && git add --all && git commit -m 'auto-build via npm' && git push origin --all && npm publish"
},
"keywords": [
"invoice",
"invoice-generator",
"api"
],
"author": "ryan forever",
"license": "ISC",
"dependencies": {
"@ryanforever/logger": "^6.0.13",
"axios": "^1.7.5",
"dayjs": "^1.11.13",
"express": "^4.19.2",
"inflection": "^2.0.1",
"kind-of": "^6.0.3",
"underscore": "^1.13.7"
},
"devDependencies": {
"dotenv": "^16.4.5"
},
"files": [
"src"
]
}