-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.23 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
{
"name": "s42-core",
"version": "2.0.4",
"description": "S42Core is a Bunjs library designed to facilitate rapid application development with features like clustering, event domains, Redis and MongoDB access, dependency management, and routing controllers. Built with TypeScript for simplicity and high performance. Cell architecture based",
"main": "./src/index.ts",
"types": "./src/index.ts",
"type": "module",
"module": "./src/index.ts",
"bugs": {
"url": "https://github.com/stock42/s42core/issues"
},
"homepage": "https://s42core.com",
"author": {
"name": "César Casas",
"url": "https://www.linkedin.com/in/cesarcasas/"
},
"repository": {
"type": "git",
"url": "https://github.com/stock42/s42core"
},
"license": "MIT",
"dependencies": {
"ioredis": "^5.4.2",
"mongodb": "^6.12.0"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}