{ "name": "bij1-compliance", "version": "0.0.1", "description": "BIJ1 Compliance Facilitator App", "transform": {}, "main": "build/src/app.js", "scripts": { "start": "tsc; node build/src/app.js", "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": { "@mollie/api-client": "^3.5.1", "papaparse": "^5.3.1", "ramda": "^0.27.1" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/papaparse": "^5.2.6", "@types/ramda": "^0.27.45", "jest": "^27.2.4", "jshint": "^2.13.1", "ts-jest": "^27.0.5", "typescript": "^4.4.3" } }