{
	"private": false,
	"name": "node-mnb",
	"version": "1.1.1",
	"description": "Node package that retrieves information from the Hungarian National Bank's (MNB) SOAP API.",
	"main": "dist/src/index.js",
	"types": "dist/src/index.d.ts",
	"directories": {
		"lib": "dist",
		"test": "test"
	},
	"scripts": {
		"start": "npx ts-node ./src/index.ts",
		"dev": "nodemon ./src/index.ts",
		"build": "npx tsc",
		"test": "jest",
		"west": "jest --watch",
		"prepare": "npm run build"
	},
	"engines": {
		"node": ">=12.x"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/0xAndrewBlack/node-mnb.git"
	},
	"keywords": [
		"mnb",
		"soap",
		"api",
		"node",
		"currency",
		"currencies",
		"exchangerates",
		"rates"
	],
	"author": "0xAndrewBlack",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/0xAndrewBlack/node-mnb/issues"
	},
	"homepage": "https://github.com/0xAndrewBlack/node-mnb#readme",
	"dependencies": {
		"soap": "^0.45.0",
		"xml2js": "^0.4.23"
	},
	"devDependencies": {
		"@babel/core": "^7.18.6",
		"@babel/preset-env": "^7.18.6",
		"@babel/preset-typescript": "^7.18.6",
		"@types/jest": "^28.1.4",
		"@types/soap": "^0.21.0",
		"@types/xml2js": "^0.4.11",
		"babel-jest": "^28.1.2",
		"jest": "^28.1.2",
		"nodemon": "^2.0.19",
		"ts-node": "^10.8.2",
		"ts-node-dev": "^2.0.0",
		"typescript": "^4.7.4"
	}
}
