We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98aa49e commit 25c96b5Copy full SHA for 25c96b5
package.json
@@ -1,10 +1,19 @@
1
{
2
"name": "api.dileepa.dev",
3
"version": "0.0.1",
4
- "description": "",
5
- "author": "",
+ "description": "This API provides access to Dileepa Bandara's personal and other related data.",
+ "author": {
6
+ "name": "Dileepa Bandara",
7
+ "email": "[email protected]",
8
+ "url": "https://dileepa.dev"
9
+ },
10
"private": true,
- "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
17
"scripts": {
18
"build": "nest build",
19
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
0 commit comments