Skip to content

Commit

Permalink
feat: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Mar 7, 2022
1 parent 85ad255 commit 91484dd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
"license": "MIT",
"description": "A minimalist typescript swc starter",
"main": "./build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/maxgfr/typescript-swc-starter.git"
},
"bugs": {
"url": "https://github.com/maxgfr/typescript-swc-starter/issues"
},
"homepage": "https://github.com/maxgfr/typescript-swc-starter#readme",
"files": [
"build"
],
"keywords": [
"boilerplate",
"typescript",
"swc"
],
"scripts": {
"start": "node build/index.js",
"dev": "nodemon",
Expand Down

0 comments on commit 91484dd

Please sign in to comment.