-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 841 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
{
"name": "public-transport",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"prepare": "cleancss -o public/style.min.css src/style.css && uglifyjs --compress -o public/app.min.js -- src/app.js && uglifyjs --compress -o public/AnimatedMarker.min.js -- src/AnimatedMarker.js",
"watch": "npm-watch"
},
"watch": {
"prepare": "src/*.*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"node-fetch": "^3.3.2",
"dotenv": "^16.3.1",
"express": "^4.16.3",
"gtfs-realtime-bindings": "^1.1.1",
"helmet": "^3.12.0",
"knex": "^0.19.5",
"mysql": "^2.15.0"
},
"devDependencies": {
"clean-css-cli": "^4.1.11",
"npm-watch": "^0.3.0",
"uglify-js": "^3.0.0"
},
"type": "module",
"author": "Avin Mathew",
"license": "MIT"
}