-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
58 lines (58 loc) · 1.57 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
49
50
51
52
53
54
55
56
57
58
{
"name": "mbbank",
"version": "1.5.3",
"description": "An promise-based unofficial API wrapper for Vietnam Military Commercial Joint Stock Bank (MBBank, MB)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts",
"test-github": "ts-node src/Test.ts",
"test": "nodemon src/Test.ts -w src",
"doc": "typedoc",
"test-local": "nodemon src/Test.local.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CookieGMVN/MBBank.git"
},
"keywords": [
"mbbank",
"mb",
"bank"
],
"author": "CookieGMVN",
"license": "MIT",
"bugs": {
"url": "https://github.com/CookieGMVN/MBBank/issues"
},
"funding": "https://nhantien.momo.vn/0888929537",
"homepage": "https://mb-bank.vercel.app",
"dependencies": {
"jimp": "^0.22.10",
"moment": "^2.29.4",
"node-tesseract-ocr": "^2.2.1",
"randomstring": "^1.3.0",
"replace-color": "^2.3.0",
"undici": "^5.23.0"
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@types/randomstring": "^1.1.11",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^8.46.0",
"eslint-plugin-path-alias": "^2.1.0",
"eslint-plugin-simple-header": "^1.0.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"nodemon": "^3.0.1",
"npm": "^10.3.0",
"ts-node": "^10.9.1",
"tsup": "^8.1.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
}
}