Files: dbca04e9f509c2791256e4f5b36a2e2c53f26e9f / package.json
777 bytesRaw
1 | { |
2 | "name": "starling-to-beancount", |
3 | "version": "0.0.0", |
4 | "description": "Pull Starling Bank records into Beancount format ", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://github.com/bencevans/starling-to-beancount.git" |
12 | }, |
13 | "keywords": [ |
14 | "starling", |
15 | "beancount", |
16 | "banking" |
17 | ], |
18 | "author": "Ben Evans <ben@bluechimp.io> (https://bencevans.io)", |
19 | "license": "MIT", |
20 | "bugs": { |
21 | "url": "https://github.com/bencevans/starling-to-beancount/issues" |
22 | }, |
23 | "homepage": "https://github.com/bencevans/starling-to-beancount#readme", |
24 | "dependencies": { |
25 | "moment": "^2.22.2", |
26 | "numeral": "^2.0.6", |
27 | "starling-developer-sdk": "^0.1.17" |
28 | } |
29 | } |
30 |
Built with git-ssb-web