Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
richeyphu committed Jun 26, 2023
1 parent 129f6a4 commit f6e01ba
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write \"src/**/*.{js,ts,svelte}\""
},
"keywords": [],
"keywords": [
"chrome extension",
"motivation",
"meme"
],
"author": "Phu & Unn",
"license": "MIT",
"repository": {
"type": "git",
"url": "/~https://github.com/richeyphu/GetMotivated.git"
},
"devDependencies": {
"@crxjs/vite-plugin": "1.0.14",
"@sveltejs/vite-plugin-svelte": "2.4.2",
Expand All @@ -27,5 +35,8 @@
"tslib": "2.5.3",
"typescript": "5.1.3",
"vite": "4.3.9"
},
"engines": {
"node": ">=18"
}
}

0 comments on commit f6e01ba

Please sign in to comment.