-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 844 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@learnwise/common",
"version": "1.1.2",
"description": "A common utility package for Learnwise projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"learnwise",
"common",
"utility"
],
"repository": {
"type": "git",
"url": "https://github.com/Rithick574/learnwise-common.git"
},
"engines": {
"node": ">=16.0.0"
},
"author": "rithick.panoor574@gmail.com",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
},
"files": [
"dist",
"package.json"
]
}