-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 934 Bytes
/
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
{
"name": "wifiscanner-ts",
"type": "module",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js",
"networks": "node ./cli/networks.js",
"save-networks": "node ./cli/save-networks.js",
"save-networks:iface": "node ./cli/save-networks-iface.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"axios": "^1.7.9",
"express": "^4.21.1",
"mariadb": "^3.4.0",
"mongoose": "^8.8.3",
"node-schedule": "^2.1.1",
"node-wifi": "^2.0.16",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.5",
"typescript": "^5.7.2",
"wifiscanner-ts": "file:"
},
"devDependencies": {
"@types/node-wifi": "^2.0.2",
"nodemon": "^3.1.7"
}
}