mnb-exchange-rate
Version:
TypeScript client for Hungarian National Bank (MNB) exchange rate API
113 lines (112 loc) • 2.81 kB
JSON
{
"name": "mnb-exchange-rate",
"description": "TypeScript client for Hungarian National Bank (MNB) exchange rate API",
"repository": {
"type": "git",
"url": "https://github.com/lajosbencz/mnb-exchange-rate-ts.git"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"clean": "npx projen clean",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"default": "npx projen default",
"dev": "npx projen dev",
"eject": "npx projen eject",
"fix": "npx projen fix",
"lint": "npx projen lint",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"posttest": "npx projen posttest",
"pre-compile": "npx projen pre-compile",
"prepare": "npx projen prepare",
"pretest": "npx projen pretest",
"release": "npx projen release",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"author": {
"name": "lajosbencz",
"email": "",
"organization": false
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.12.7",
"commit-and-tag-version": "^12",
"constructs": "^10.0.0",
"gts": "^5.3.1",
"jest": "^29.7.0",
"jest-junit": "^16",
"projen": "^0.98.17",
"ts-jest": "^29.2.5",
"typescript": "~5.1.6"
},
"dependencies": {
"fast-xml-parser": "^4.4.1",
"soap": "^1.1.2"
},
"engines": {
"node": ">= 18.17.0"
},
"main": "build/index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"version": "1.0.2",
"jest": {
"coverageProvider": "v8",
"verbose": true,
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": [
"<rootDir>/@(lib|test)/**/*(*.)@(spec|test).ts?(x)",
"<rootDir>/@(lib|test)/**/__tests__/**/*.ts?(x)"
],
"clearMocks": true,
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"cobertura",
"text"
],
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": [
"/node_modules/"
],
"reporters": [
"default",
[
"jest-junit",
{
"outputDirectory": "test-reports"
}
]
],
"transform": {
"^.+\\.[t]sx?$": [
"ts-jest",
{
"tsconfig": "tsconfig.dev.json"
}
]
}
},
"types": "build/index.d.ts",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}