export-mollie/package.json

37 lines
961 B
JSON
Raw Permalink Normal View History

{
"name": "bij1-compliance",
"version": "0.0.1",
"description": "BIJ1 Compliance Facilitator App",
2021-09-29 21:24:01 +00:00
"transform": {},
2021-10-05 20:03:10 +00:00
"main": "build/src/app.js",
"scripts": {
2021-10-05 20:03:10 +00:00
"start": "tsc; node build/src/app.js",
2021-09-24 14:56:44 +00:00
"dev": "chokidar src -c 'npm run test'",
"test": "jshint --config .jshintrc ./src && jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/bij1/bij1-compliance.git"
},
"author": "Jelle Hermsen",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/bij1/bij1-compliance/issues"
},
"homepage": "https://gitlab.com/bij1/bij1-compliance#readme",
"dependencies": {
2021-09-29 21:24:01 +00:00
"@mollie/api-client": "^3.5.1",
2021-10-05 20:03:10 +00:00
"papaparse": "^5.3.1",
2023-01-05 13:38:38 +00:00
"ramda": "^0.27.1"
},
"devDependencies": {
2021-10-04 10:37:31 +00:00
"@types/jest": "^27.0.2",
2023-01-05 13:38:38 +00:00
"@types/papaparse": "^5.2.6",
"@types/ramda": "^0.27.45",
2021-10-04 10:37:31 +00:00
"jest": "^27.2.4",
"jshint": "^2.13.1",
2023-01-05 13:38:38 +00:00
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
}
}