-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.04 KB
/
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
{
"name": "treasure-hunt",
"version": "1.0.0",
"description": "For your second CS Build Week, you and a small team will be competing against your fellow CS students in the ***Lambda Treasure Hunt***. To succeed, you will need to apply knowledge you've learned throughout your entire tenure at Lambda School -- CS, Labs and main track -- to efficiently traverse an island maze, collect treasure, solve puzzles, unearth powerful artifacts and more. Glory and riches await the victors!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambda-treasure/treasure-hunt.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lambda-treasure/treasure-hunt/issues"
},
"homepage": "https://github.com/lambda-treasure/treasure-hunt#readme",
"dependencies": {
"dotenv": "^8.1.0",
"node-fetch": "^3.1.1",
"node-persist": "^3.0.5",
"sha.js": "^2.4.11"
}
}