Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Mar 7, 2023
0 parents commit 080bedf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "ts-template",
"version": "1.0.0",
"description": "Template repository with typescript support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"typescript",
"nodejs",
"dotenv",
"conventional-commits"
],
"author": "",
"license": "ISC"
}

0 comments on commit 080bedf

Please sign in to comment.