Skip to content

Commit b0f5093

Browse files
Initial Commit
0 parents  commit b0f5093

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "rest-api-jwt-ts-passport",
3+
"version": "1.0.0",
4+
"description": "Software of Development with Typescript",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"Typescript",
11+
"NodeJS",
12+
"JWT",
13+
"Express",
14+
"MongoDB",
15+
"Passport"
16+
],
17+
"author": "Daniel Alejo Alvarez",
18+
"license": "MIT"
19+
}

0 commit comments

Comments
 (0)