forked from CodeYourFuture/Module-Data-Groups
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 841 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
30
31
32
{
"name": "module-data-groups",
"version": "1.0.0",
"license": "CC-BY-SA-4.0",
"description": "",
"scripts": {
"test": "jest --config=../jest.config.js reading-list",
"format": "prettier --write ."
},
"workspaces": [
"alarmclock",
"quote-generator",
"reading-list",
"slideshow",
"todo-list"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CodeYourFuture/Module-Data-Groups.git"
},
"bugs": {
"url": "https://github.com/CodeYourFuture/Module-Data-Groups/issues"
},
"homepage": "https://github.com/CodeYourFuture/Module-Data-Groups#readme",
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.0.4"
}
}