45 lines
1.3 KiB
JSON
Raw Normal View History

2024-11-15 22:55:53 +01:00
{
"name": "sparebank1_actual_budget_integration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "dotenvx run --env-file=.env.local -- node --import=tsx ./src/main.ts | pino-pretty",
"start-once": "ONCE=true dotenvx run --env-file=.env.local -- node --import=tsx ./src/main.ts | pino-pretty",
"test": "dotenvx run --env-file=.env.test.local -- node --experimental-vm-modules node_modules/jest/bin/jest.js | pino-pretty",
2024-11-15 22:55:53 +01:00
"format": "prettier --write \"./**/*.{js,mjs,ts,md,json}\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actual-app/api": "^25.1.0",
"@dotenvx/dotenvx": "^1.33.0",
"better-sqlite3": "^11.8.1",
"cron": "^3.5.0",
"dayjs": "^1.11.13",
2024-12-16 21:25:36 +00:00
"dotenv": "^16.4.7",
"pino": "^9.6.0",
2024-12-16 21:25:36 +00:00
"prettier": "^3.4.2"
2024-11-15 22:55:53 +01:00
},
"devDependencies": {
2024-12-16 21:25:36 +00:00
"@jest/globals": "^29.7.0",
"@types/better-sqlite3": "^7.6.12",
2024-12-16 21:25:36 +00:00
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
2024-12-16 21:25:36 +00:00
"jest": "^29.7.0",
"pino-pretty": "^13.0.0",
2024-12-16 21:25:36 +00:00
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
2024-11-15 22:55:53 +01:00
"tsx": "^4.19.2",
"typescript": "^5.7.3"
2024-11-15 22:55:53 +01:00
},
"prettier": {
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all"
}
}