-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.05 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@slonum/common",
"version": "4.6.0",
"description": "backend kit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sylvador/slonum.git"
},
"keywords": [
"slonum"
],
"author": "sylvador",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sylvador/slonum/issues"
},
"homepage": "https://github.com/Sylvador/slonum#readme",
"dependencies": {
"@nestjs/common": "^9.3.9",
"@nestjs/config": "^2.2.0",
"@nestjs/microservices": "^9.3.9",
"@nestjs/passport": "^9.0.0",
"@nestjs/swagger": "^6.1.4",
"amqp-connection-manager": "^4.1.11",
"amqplib": "^0.10.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"passport-jwt": "^4.0.0",
"rimraf": "^5.0.1",
"rxjs": "^7.6.0",
"tslog": "^4.9.1"
},
"devDependencies": {
"@nestjs/testing": "^9.2.1",
"@types/express": "^4.17.14",
"@types/express-serve-static-core": "^4.17.33",
"@types/jest": "29.2.4",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^18.11.12",
"@types/passport-jwt": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-webpack-plugin": "^4.0.1",
"prettier": "^3.0.1",
"typescript": "^4.9.5"
}
}