ynab_investment_tracking
Version:
Node module to keep track of investments value in YNAB. You Need Investment Tracking.
39 lines (38 loc) • 959 B
JSON
{
"name": "ynab_investment_tracking",
"version": "1.0.17",
"description": "Node module to keep track of investments value in YNAB. You Need Investment Tracking.",
"author": "Miles Bernhard <me@milesbernhard.com>",
"license": "MIT",
"homepage": "https://github.com/mbernhard7/ynab-investment-tracker#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mbernhard7/ynab-investment-tracker.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"run": "bin/run"
},
"files": [
"dist"
],
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ynab"
],
"dependencies": {
"yahoo-finance2": "^3.11.2",
"ynab": "^2.6.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.4",
"@types/node": "^20.3.1",
"typescript": "^5.1.3"
}
}