-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 973 Bytes
/
package.json
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": "100algorithmschallenge2024",
"version": "2.0.0",
"description": "<a href='https://www.YouTube.com/CodingTutorials360'>Check Out My YouTube Channel </a>",
"main": "index.js",
"scripts": {
"test": "jest --watch",
"testFile": "jest -- --testNamePattern --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PizzaPokerGuy/100AlgorithmsChallenge.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PizzaPokerGuy/100AlgorithmsChallenge/issues"
},
"homepage": "https://github.com/PizzaPokerGuy/100AlgorithmsChallenge#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"babel-jest": "^29.7.0",
"node-fetch": "^3.3.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}