Skip to content

Commit

Permalink
chore: fill package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Dec 14, 2021
1 parent 976e2a7 commit 17eefde
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

23 changes: 18 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nest-auth-example",
"version": "0.0.1",
"description": "",
"author": "",
"version": "0.0.0",
"description": "nest auth example",
"author": "https://github.com/Allohamora",
"private": true,
"license": "UNLICENSED",
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
Expand Down Expand Up @@ -89,5 +89,18 @@
"lint-staged": {
"*.ts": "npm run lint -- --fix",
"*.{js,json,yml,md}": "npm run format -- --write"
}
},
"main": "src/main.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Allohamora/nest-auth-example.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Allohamora/nest-auth-example/issues"
},
"homepage": "https://github.com/Allohamora/nest-auth-example#readme"
}

0 comments on commit 17eefde

Please sign in to comment.