-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 734 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
{
"name": "adventofcode2022",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx mocha --recursive --extension spec.js dist",
"start-watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yulianovdey/adventofcode2022.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/yulianovdey/adventofcode2022/issues"
},
"homepage": "https://github.com/yulianovdey/adventofcode2022#readme",
"devDependencies": {
"@tsconfig/node18-strictest": "^1.0.0",
"typescript": "^4.9.3"
},
"dependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.10",
"mocha": "^10.2.0"
}
}