Skip to content

Commit 25c96b5

Browse files
committed
chore: Update package.json (refs #1)
1 parent 98aa49e commit 25c96b5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
22
"name": "api.dileepa.dev",
33
"version": "0.0.1",
4-
"description": "",
5-
"author": "",
4+
"description": "This API provides access to Dileepa Bandara's personal and other related data.",
5+
"author": {
6+
"name": "Dileepa Bandara",
7+
"email": "[email protected]",
8+
"url": "https://dileepa.dev"
9+
},
610
"private": true,
7-
"license": "UNLICENSED",
11+
"license": "MIT",
12+
"homepage": "https://api.dileepa.dev",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/dileepadev/api.dileepa.dev.git"
16+
},
817
"scripts": {
918
"build": "nest build",
1019
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",

0 commit comments

Comments
 (0)