UNPKG

fio-api-handler

Version:
47 lines (46 loc) 1.6 kB
{ "name": "fio-api-handler", "version": "2.33.47", "description": "Unofficial handler for Fio Bank API", "main": "dist/index.js", "jsnext:main": "dist/index.esm.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint --ext .ts ./src ./tests", "lint:export": "npm run lint -- -o ./tests_results/checkstyle/js-checkstyle.xml -f checkstyle", "tsc": "tsc", "build": "rollup --config ./rollup.config.js", "test": "jest", "test:build": "npm run test -- --config jest.config.build.js", "test:all": "npm run lint && npm run tsc && npm run test", "prepublishOnly": "npm run build && npm run tsc && npm run test:build", "release": "semantic-release" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/fabulator/fio-api-handler.git" }, "author": "Michal Ozogán <michal@ozogan.eu>", "license": "Apache-2.0", "keywords": [ "fio", "fio-api", "fio-bank" ], "homepage": "https://github.com/fabulator/fio-api-handler#readme", "devDependencies": { "@socifi/babel-config": "^1.0.0", "@socifi/commitlint-config": "^1.1.0", "@socifi/eslint-config": "^2.10.0", "@socifi/jest-config": "^2.4.1", "@socifi/rollup-config": "^2.2.2", "cross-fetch": "^3.0.4", "semantic-release-config-fabulator": "^2.0.0" }, "dependencies": { "@types/luxon": "^1.15.2", "luxon": "^1.21.1", "rest-api-handler": "^2.4.1" } }