-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 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
32
33
34
35
36
37
38
{
"name": "UsingAPIs-assignment-week1",
"version": "1.0.0",
"description": "> If you are following the HackYourFuture curriculum we recommend you to start with module 1: [HTML/CSS/GIT](https://github.com/HackYourFuture/HTML-CSS). To get a complete overview of the HackYourFuture curriculum first, click [here](https://github.com/HackYourFuture/curriculum).",
"type": "module",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackYourFuture/UsingAPIs-assignment-week1.git"
},
"keywords": [
"assignments",
"HackYourFuture"
],
"author": "Jim Cramer for HackYourFuture",
"engines": {
"node": ">=22"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@eslint/js": "^9.28.0",
"@types/jest": "^29.5.14",
"acorn-walk": "^8.3.4",
"assignment-utils": "github:HackYourFuture/assignment-utils",
"babel-jest": "^29.7.0",
"cspell": "^9.0.2",
"eslint": "^9.28.0",
"eslint-plugin-no-autofix": "^2.1.0",
"globals": "^16.2.0",
"jest": "^29.7.0",
"prettier": "^3.5.3"
},
"dependencies": {
"moment": "^2.30.1"
}
}