-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
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
{
"name": "lince",
"version": "0.0.1",
"description": "Lince is a modern TypeScript-based backend framework built on top of Node.js, inspired by the best features of NestJS and Spring Boot. Designed specifically for microservices and distributed systems, it aims to provide a scalable, efficient, and developer-friendly foundation for building cloud-native applications.",
"type": "module",
"main": "Main.ts",
"scripts": {
"dev": "tsx Main.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoderAnchel/Beehive.TS.git"
},
"keywords": [
"Typescript",
"Backend",
"Even-Driven",
"Microservices",
"Framework"
],
"author": "Anchel Ascaso Castro",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoderAnchel/Beehive.TS/issues"
},
"homepage": "https://github.com/CoderAnchel/Beehive.TS#readme",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"express": "^4.21.2",
"figlet": "^1.8.0",
"gradient-string": "^3.0.0",
"ora": "^8.2.0",
"reflect-metadata": "^0.2.2",
"tsyringe": "^4.8.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.13.9",
"ts-node": "^10.9.2",
"tsx": "^4.19.3"
}
}