Skip to content

Commit

Permalink
chore: reorder packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
Saganic committed Mar 20, 2023
1 parent dc9ded6 commit 2be6402
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "node-ts-template",
"description": "A template for Node.js projects using TypeScript in 2023",
"author": "Chris Saganic <[email protected]> (https://github.com/saganic)",
"version": "1.0.0",
"author": "Chris Saganic <[email protected]> (https://github.com/saganic)",
"repository": {
"type": "git",
"url": "https://github.com/Saganic/node-ts-template.git"
},
"main": "dist/index.js",
"type": "module",
"scripts": {
Expand All @@ -12,10 +16,6 @@
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/Saganic/node-ts-template.git"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.15.3",
Expand Down

0 comments on commit 2be6402

Please sign in to comment.