-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "personal-finances-automation",
"version": "1.0.0",
"description": "- [Table of contents](#table-of-contents) - [Personal finances automation](#personal-finances-automation) - [Background](#background) - [Tools \\& Application](#tools--application) - [Google sheets](#google-sheets) - [Pipedream](#pipedream) - [Telegram](#telegram) - [Scripts \\& library](#scripts--library) - [BCA eStatement parser](#bca-estatement-parser) - [BCA mobile banking](#bca-mobile-banking) - [Gojek](#gojek) - [Tokopedia](#tokopedia) - [Shopee](#shopee) - [SimInvest](#siminvest) - [SPOT Sucor](#spot-sucor)",
"main": "index.js",
"scripts": {
"shopee:get-order": "node src/shopee-get-order.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mychaelgo/personal-finances-automation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mychaelgo/personal-finances-automation/issues"
},
"homepage": "https://github.com/mychaelgo/personal-finances-automation#readme",
"dependencies": {
"@mychaelgo/shopee": "1.0.3",
"axios": "1.3.0",
"date-fns": "2.29.3"
}
}