@trilo/hippopotamus
Version:
Make requests to the Trilo ecosystem
36 lines (35 loc) • 929 B
JSON
{
"name": "@trilo/hippopotamus",
"version": "0.1.9",
"description": "Make requests to the Trilo ecosystem",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "jest --testPathPattern=agreement"
},
"author": "Trilo Ltd",
"license": "ISC",
"keywords": [
"trilo",
"open-banking"
],
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node-fetch": "^2.5.7",
"aws-sdk": "^2.721.0",
"jest": "^26.2.2",
"jest-cucumber": "^2.0.11",
"jest-cucumber-fusion": "^0.6.11",
"jest-extended": "^0.11.5",
"jest-html-reporter": "^3.1.3",
"ts-jest": "^26.1.4",
"typescript": "^3.9.6"
},
"dependencies": {
"dotenv": "^8.2.0",
"form-data": "^3.0.0",
"node-fetch": "^2.6.0"
}
}