-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 935 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
{
"name": "bridg-wrong-playground",
"description": "name tells everything",
"dependencies": {
"ajv": "^8.12.0",
"serialize-error": "*",
"uuid": "*",
"pino": "^8.19.0",
"pino-pretty": "^11.0.0"
},
"peerDependencies": {
"ajv": "^8.12.0",
"bridg-wrong": "*",
"expose-sql-methods": "*",
"migration-collection": "*",
"dns-discovery": "*",
"mdns-resolver": "*",
"pg": "*",
"rc": "*",
"serialize-error": "*",
"uuid": "*"
},
"devDependencies": {
"why-is-node-running": "^2.2.2"
},
"scripts": {},
"author": "zetxx",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zetxx/bridg-wrong-playground.git"
},
"homepage": "https://github.com/zetxx/bridg-wrong-playground/blob/master/README.md",
"version": "5.2.24"
}