-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@tatrabanka/tatrapayplus-node",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage"
},
"homepage": "https://github.com/SmartBase-SK/tatrapayplus-node/",
"author": "",
"repository": {
"type": "git",
"url": "git@github.com:SmartBase-SK/tatrapayplus-node.git"
},
"engines": {
"node": ">=18.0.0"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.13.1",
"@vitest/coverage-v8": "^3.0.6",
"dotenv": "^16.5.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"msw": "^2.7.0",
"openapi-typescript": "^7.6.1",
"prettier": "3.5.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"vitest": "^3.0.6"
},
"dependencies": {
"credit-card-type": "^10.0.2",
"openapi-fetch": "^0.13.4"
}
}