-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "@karibu-cap/mtn_momo_apis",
"version": "0.2.0",
"description": "Javascript api for mtn mobile money payment",
"main": "index",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint --max-warnings=0 --ext .js,.ts .",
"clear:build": "rimraf -I src/**/*.js* src/**/*.d.ts index.js* index.d* tsconfig.tsbuildinfo",
"postinstall": "tsc"
},
"keywords": ["momo", "mtnmomo", "mtnmomoapi"],
"author": "Karibu Capital",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.4.2",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.9.0",
"jest": "^29.5.0",
"prettier": "^2.8.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
"dependencies": {
"axios": "^1.3.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"typescript": "^4.9.5"
}
}