-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 950 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 950 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
33
34
{
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.30",
"@inquirer/prompts": "^1.1.3",
"@types/node": "^20.1.4",
"@types/yargs": "^17.0.24",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"chalk-table": "^1.0.2",
"cli-table": "^0.3.11",
"enquirer": "^2.3.6",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"inquirer": "^9.2.3",
"lodash": "^4.17.21",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.22",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/cli-table": "^0.3.1",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/inquirer": "^9.0.3",
"@types/lodash": "^4.14.194",
"@types/nodemon": "^1.19.2"
},
"prettier": {
"tabWidth": 4,
"bracketSpacing": true,
"semi": false,
"bracketSameLine": true
}
}