forked from blabu-com/node-csobcz-gateway
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.25 KB
/
package.json
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
45
46
47
48
{
"name": "@luchalupa/csobcz_payment_gateway",
"version": "0.7.4",
"description": "CSOB CZ payment gateway module",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "mocha --require ts-node/register test/**/*.spec.ts",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint --fix 'src/**/*.ts'",
"dev": "tsc -w",
"build": "tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"superagent": "^8.0.9"
},
"devDependencies": {
"@types/bunyan": "^1.8.8",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"bunyan": "^1.8.15",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LukasChalupa/node-csobcz-gateway.git"
},
"bugs": {
"url": "https://github.com/LukasChalupa/node-csobcz-gateway/issues"
},
"files": [
"/build/"
],
"homepage": "https://github.com/LukasChalupa/node-csobcz-gateway#readme"
}