-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.3 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
{
"name": "create-daraja-app",
"version": "0.1.3",
"description": "Bootstrap MPesa Daraja APIs across different frameworks with a single command.",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/thecodeinfluencer/create-daraja-app.git"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"prepare": "husky install",
"commitlint": "commitlint --edit"
},
"keywords": [
"daraja",
"daraja-api",
"mpesa",
"m-pesa",
"mpesa-api",
"mpesa-express",
"mpesa-sdk",
"stk",
"stk-push",
"api",
"safaricom"
],
"bin": "./index.js",
"author": "thecodeinfluencer",
"license": "ISC",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"ejs": "^3.1.9",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.12",
"nanospinner": "^1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint": "^8.56.0",
"husky": "^9.0.11"
},
"homepage": "https://github.com/thecodeinfluencer/create-daraja-app#readme",
"bugs": {
"url": "https://github.com/thecodeinfluencer/create-daraja-app/issues"
},
"files": [
"./index.js"
]
}