cln-ledger

CLN ledger accounting
git clone git://jb55.com/cln-ledger
Log | Files | Refs

package.json (429B)


      1 {
      2   "name": "accounting",
      3   "description": "damus accounting",
      4   "type": "module",
      5   "version": "0.1.0",
      6   "repository": {
      7     "url": "https://github.com/jb55/accounting"
      8   },
      9   "main": "index.js",
     10   "scripts": {
     11     "test": "tap test/*.js"
     12   },
     13   "devDependencies": {
     14     "tap": "~0.2.5",
     15     "ts-node": "^10.9.1",
     16     "typescript": "^5.0.4"
     17   },
     18   "dependencies": {
     19     "@types/node": "^20.2.5",
     20     "pdf2json": "^3.0.4"
     21   }
     22 }