-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.07 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.07 KB
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": "timeloopsimulator",
"version": "1.0.0",
"description": "Educational \"Choices Matter\" Game raising awareness of environmental issues within our local communities, created on the 5th-6th October 2024 for the NASA Space Apps Challenge (UK Exeter Event) in connection with the GLOBE Program (Global Learning and Observations to Benefit the Environment).",
"main": "index.js",
"scripts": {
"test": "node --inspect index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkoudounakou/timeLoopSimulator.git"
},
"keywords": [
"nodejs",
"discord-js",
"nasa-spaceapps-challenge",
"metoffice",
"globe-project"
],
"author": "Maria Koudounakou (@mkoudounakou), Christopher Graham-Ozanne (@SpeedySion), George Smith (@Wolfgang-VdB)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mkoudounakou/timeLoopSimulator/issues"
},
"homepage": "https://github.com/mkoudounakou/timeLoopSimulator#readme",
"dependencies": {
"discord.js": "^14.16.3",
"dotenv": "^16.4.5"
}
}