forked from wesbos/beginner-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 822 Bytes
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
{
"name": "beginner-javascript",
"version": "1.0.0",
"description": "Starter Files and Solutions for the BeginnerJavaScript.com Course",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wesbos/beginner-javascript.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wesbos/beginner-javascript/issues"
},
"homepage": "https://github.com/wesbos/beginner-javascript#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.2",
"eslint-config-wesbos": "^4.3.2",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^16.0.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
}
}