Skip to content

Commit

Permalink
Init the project
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kulikov committed Dec 21, 2023
0 parents commit d3f0f36
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode/
.idea/
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "bb-talks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}
301 changes: 301 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3f0f36

Please sign in to comment.