-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "outers",
"version": "8.6.1",
"description": "outers - a all in one package for your day to day use",
"main": "./lib/Config/outer.js",
"types": "./lib/Config/outer.d.ts",
"scripts": {
"test": "eslint source/**/*.ts --fix",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/AnkanSaha/outers.git"
},
"keywords": [
"outer",
"outer package",
"outer library",
"console",
"log",
"logger",
"log to console",
"log to console in color"
],
"author": "Ankan Saha",
"license": "MIT",
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"typescript": "^5.3.3"
},
"sponsor": {
"url": "https://github.com/sponsors/AnkanSaha"
},
"funding": {
"type": "git",
"url": "https://github.com/sponsors/AnkanSaha"
},
"dependencies": {
"crypto-js": "^4.2.0",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"mongosuper": "^4.5.8",
"ws": "^8.18.0"
}
}