forked from pryv/open-pryv.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 2.7 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 2.7 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "open-pryv.io",
"version": "2.0.0-pre.3",
"private": true,
"description": "Pryv.io v2 open-source core — user data, events, streams, accesses, webhooks",
"homepage": "https://pryv.com",
"repository": {
"type": "git",
"url": "git+https://github.com/pryv/open-pryv.io.git"
},
"license": "BSD-3-Clause",
"author": "Pryv <info@pryv.com> (https://pryv.com)",
"workspaces": {
"packages": [
"components/*",
"storages"
]
},
"scripts": {
"test": "echo 'This project doesn’t use npm scripts – enter `just` for the available development commands\n' && exit 1"
},
"resolutions": {
"**/bl": "^2.2.1",
"**/ini": "^1.3.6",
"**/lodash": "^4.17.21",
"**/node-fetch": "^2.6.1",
"**/xmlhttprequest-ssl": "^1.6.2"
},
"dependencies": {
"@paralleldrive/cuid2": "^3.3.0",
"@pryv/datastore": "https://github.com/pryv/pryv-datastore.git",
"@pryv/stable-object-representation": "^1.1.4",
"acme-client": "^5.4.0",
"ajv": "^8.20.0",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "^3.0.1",
"bcrypt": "^6.0.0",
"better-sqlite3": "^11.8.1",
"cookie-parser": "^1.4.3",
"cron": "^4.4.0",
"email-templates": "^13.0.1",
"express": "^4.18.2",
"fs-xattr": "^0.3.0",
"heap": "^0.2.6",
"influx": "^5.0.6",
"lru-cache": "^11.0.0",
"mongodb": "^7.2.0",
"morgan": "^1.8.1",
"multer": "^2.0.0",
"multistream": "^4.1.0",
"pg": "^8.18.0",
"pug": "^3.0.4",
"sharp": "^0.34.5",
"slug": "^9.1.0",
"socket.io": "^4.6.1",
"socketio-wildcard": "^2.0.0",
"unix-dgram": "2.0.6",
"unix-timestamp": "^1.0.3",
"winston": "^3.8.2",
"winston-syslog": "^2.7.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"async": "^2.6.4",
"awaiting": "^3.0.0",
"backloop.dev": "^2.0.5",
"bluebird": "^3.5.0",
"chai": "^4.3.7",
"chalk": "^4.1.2",
"charlatan": "^1.1.0",
"concurrently": "^7.6.0",
"cuid": "^2.1.8",
"date-utils": "latest",
"fs-extra": "^10.1.0",
"globals": "^16.0.0",
"lodash": "^4.17.4",
"mocha": "^10.1.0",
"moment": "^2.29.4",
"mongodb-core": "^3.2.7",
"msgpack5": "^6.0.2",
"neostandard": "^0.12.2",
"nock": "^14.0.13",
"nyc": "^15.1.0",
"qs": "^6.11.0",
"should": "^13.2.3",
"sinon": "^14.0.2",
"socket.io-client": "^4.6.1",
"source-licenser": "^2.0.5",
"superagent": "^8.0.3",
"supertest": "^6.3.1",
"temp": "^0.9.4",
"typescript": "^5.9.3"
},
"optionalDependencies": {
"newrelic": "^12.0.0"
},
"engines": {
"node": "24.x"
},
"overrides": {
"fast-xml-parser": "^5.5.7",
"nodemailer": "^8.0.7",
"serialize-javascript": "^7.0.5"
}
}