-
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) · 738 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 738 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": "adventjs",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carseven/adventJS.git"
},
"author": "carseven",
"license": "ISC",
"bugs": {
"url": "https://github.com/carseven/adventJS/issues"
},
"homepage": "https://github.com/carseven/adventJS#readme",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@jest/globals": "^29.3.1",
"@types/jest": "^29.2.3",
"babel-jest": "^29.3.1",
"jest": "29.3.1",
"ts-jest": "^29.0.3",
"typescript": "4.9.3"
},
"dependencies": {
"ts-node": "^10.9.1"
}
}