export-mollie/package.json

31 lines
743 B
JSON

{
"name": "bij1-compliance",
"version": "0.0.1",
"description": "BIJ1 Compliance Facilitator App",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"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": {
"airtable": "^0.11.1",
"mollie": "^2.0.2"
},
"devDependencies": {
"chokidar": "^3.5.2",
"jest": "^27.2.1",
"jsdoc": "^3.6.7",
"jshint": "^2.13.1"
}
}