Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rich committed Sep 4, 2024
1 parent 763dca1 commit a265a32
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package-lock.json

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

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "towtruck",
"version": "0.0.1",
"description": "for keeping on top of dxw's repos",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node --env-file=.env index.js",
"start:watch": "node --env-file=.env --watch index.js",
"test": "node --test"
},
"author": "dxw",
"license": "MIT",
"dependencies": {}
}

0 comments on commit a265a32

Please sign in to comment.