UNPKG

asseton

Version:
45 lines (44 loc) 1.11 kB
{ "name": "asseton", "version": "0.1.1", "description": "Another open banking api", "author": "Vilius Linge", "license": "MIT", "keywords": [ "open-banking", "open banking", "open banking api" ], "repository": { "type": "git", "url": "git+https://github.com/viliuslinge/asseton.git" }, "main": "src/index.ts", "scripts": { "test:typecheck": "tsc --noEmit --project ./tsconfig.json", "test": "jest --config jest.config.js", "start": "node dist/index.js", "build": "rm -rf dist && node build.config.js" }, "devDependencies": { "@types/body-parser": "^1.19.2", "@types/crypto-js": "^4.1.1", "@types/express": "^4.17.14", "@types/jest": "^29.2.3", "@types/node": "^18.11.9", "@types/supertest": "^2.0.12", "esbuild": "^0.15.14", "jest": "^29.3.1", "supertest": "^6.3.1", "ts-jest": "^29.0.3" }, "dependencies": { "body-parser": "^1.20.1", "crypto": "^1.0.1", "crypto-js": "^4.1.1", "dotenv": "^16.0.3", "express": "^4.18.2", "firebase": "^9.14.0", "nordigen-node": "^1.1.1" } }