generated from Code-Institute-Org/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 941 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
{
"dependencies": {
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jslint": "^0.12.1"
},
"name": "northumbrian-beauty",
"description": "Our web application aims to provide an immersive experience for tourists and visitors to Northumberland by combining various features. Utilizing Google Map markers, the application showcases the breathtaking beauty spots scattered throughout the Northumberland region. Users can explore these spots by accessing detailed information. Additionally, Places to stay via AirBNB allows users to conveniently find and book hotels and accommodations in the surrounding area.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"babel-jest": "^29.7.0"
}
}