@debito/hippo-lib
Version:
Double-entry accounting library for CouchDB
40 lines (39 loc) • 835 B
JSON
{
"name": "@debito/hippo-lib",
"version": "1.10.1",
"description": "Double-entry accounting library for CouchDB",
"type": "module",
"main": "src/index.js",
"scripts": {
"test": "node test/test-clean.js"
},
"keywords": [
"accounting",
"double-entry",
"couchdb",
"ledger",
"finance"
],
"author": "SRG <tech@sparkitcs.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://sparkitcs@bitbucket.org/debito-code/hippo-lib.git"
},
"bugs": {
"url": "https://bitbucket.org/debito-code/hippo-lib/issues"
},
"homepage": "https://bitbucket.org/debito-code/hippo-lib#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^1.10.0",
"dotenv": "^17.0.1"
},
"files": [
"src/",
"README.md",
".env.example"
]
}