Skip to content

Commit

Permalink
chore: generate package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
smiley-uriux committed Sep 21, 2022
1 parent 08a509d commit afd41d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "nestjs-typebox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jayalfredprufrock/nestjs-typebox.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jayalfredprufrock/nestjs-typebox/issues"
},
"homepage": "https://github.com/jayalfredprufrock/nestjs-typebox#readme"
}

0 comments on commit afd41d1

Please sign in to comment.