@x47base/ch-finance-engine
Version:
This package is an finance and accounting engine specificly made based on the swiss system.
41 lines (39 loc) • 982 B
JSON
{
"name": "@x47base/ch-finance-engine",
"version": "1.0.2-beta2",
"description": "This package is an finance and accounting engine specificly made based on the swiss system.",
"main": "./src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x47base/ch-finance-engine.git"
},
"keywords": [
"finance",
"accounting",
"bookkeeping",
"switzerland",
"education",
"financial-analysis",
"task-generation",
"vat",
"mwst",
"frw"
],
"author": "Samuel Spink",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7"
},
"devDependencies": {
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}