forked from tejado/telegram-nearby-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 925 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
{
"name": "telegram-nearby-map",
"author": "tejado",
"homepage": "https://github.com/tejado/telegram-nearby-map",
"license": "GPL-3.0",
"dependencies": {
"await-to-js": "^3.0.0",
"express": "^4.18.2",
"express-request-id": "^1.4.1",
"prebuilt-tdlib": "^0.1008014.0",
"tdl": "^7.3.2",
"winston": "^3.10.0"
},
"devDependencies": {
"axios": "^0.24.0",
"ol": "6.9.0",
"ol-geocoder": "^4.3.1",
"ol-popup": "^4.0.0",
"parcel": "^2.9.3",
"process": "^0.11.10"
},
"scripts": {
"start": "npm run buildParcel && npm run startServer",
"startServer": "node server.js",
"startParcel": "parcel ./web-src/index.html --public-url / --dist-dir ./web-build/",
"buildParcel": "parcel build ./web-src/index.html --public-url / --dist-dir ./web-build/"
},
"repository": {
"type": "git",
"url": "https://github.com/tejado/telegram-nearby-map.git"
}
}