forked from fork-commit-merge/fork-commit-merge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 723 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
{
"name": "fork-commit-merge",
"version": "1.2.0",
"description": "Fork, Commit, Merge",
"scripts": {
"test:medium": "jest tasks/javascript/jest/medium",
"test:hard": "jest tasks/javascript/jest/hard",
"build": "tsc"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-native": "^0.72.6",
"jest": "^29.7.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"author": "Niko Hoffrén",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
<<<<<<< Updated upstream
"htmx.org": "^1.9.8"
=======
"htmx.org": "^1.9.6",
"react-sound": "^1.2.0"
>>>>>>> Stashed changes
}
}