forked from yiyingko/walky-doggy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 842 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
33
34
{
"name": "walky-doggy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yiyingko/walky-doggy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yiyingko/walky-doggy/issues"
},
"homepage": "https://github.com/yiyingko/walky-doggy#readme",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.1",
"jest": "^29.5.0",
"nodemon": "^2.0.20",
"react-toastify": "^9.1.1",
"ts-jest": "^29.0.5"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5"
}
}