-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 877 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
{
"name": "travel-log-js",
"version": "1.0.0",
"description": "An interactive travel log built with javascript and the Mapbox api",
"main": "dist/bundle.js",
"scripts": {
"build": "webpack",
"serve": "live-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ToddWebDev/travel-log-js.git"
},
"keywords": [
"travel",
"log",
"api",
"Mapbox"
],
"author": "Todd WebDev",
"license": "ISC",
"bugs": {
"url": "https://github.com/ToddWebDev/travel-log-js/issues"
},
"homepage": "https://github.com/ToddWebDev/travel-log-js#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"live-server": "^1.2.2"
}
}