17 lines
281 B
JSON
17 lines
281 B
JSON
{
|
|
"name": "AdventOfCode2022",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "bun src/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bun-types": "^0.3.0",
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|