-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 830 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 830 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
32
{
"name": "decitizen",
"version": "0.0.1",
"description": "A way to verify Kenyan citizens using ecitizen",
"main": "dist/src/index.js",
"scripts": {
"server": "tsc && node ./dist/src/index.js",
"debug-server": "ts-node ./src/index.ts",
"test": "jest"
},
"author": "brian.orwe",
"license": "MIT",
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.11",
"@types/ws": "^8.5.11",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"node-html-parser": "^6.1.13",
"selenium-webdriver": "^4.23.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/selenium-webdriver": "^4.1.24",
"jest": "^29.2.3",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typecript": "^0.0.1-security",
"typescript": "^5.5.4"
}
}