-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 753 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 753 Bytes
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
{
"name": "lordes-payment-api",
"version": "1.0.0",
"description": "lordes payment api",
"main": "index.js",
"scripts": {
"dev": "nodemon"
},
"author": "Hill Onyechekwa",
"license": "MIT",
"devDependencies": {
"@types/node": "20.10.4",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.3.3"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.2",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"graphql": "^16.8.1",
"graphql-playground-middleware-express": "^1.7.23",
"jest": "^29.7.0",
"paystack-api": "^2.0.6",
"prettier": "^3.1.1"
}
}