-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 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
{
"name": "@openagenda/sync",
"version": "5.2.13",
"main": "index.js",
"repository": "git@github.com:Oagenda/sync.git",
"author": "Bertho <kevin.bertho@gmail.com>",
"license": "MIT",
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
"scripts": {
"mails-editor": "yarn oa-mails-editor templates",
"test": "jest"
},
"dependencies": {
"@feathersjs/hooks": "^0.7.5",
"@openagenda/logs": "^1.1.2",
"@openagenda/mails": "^3.0.1",
"@openagenda/md": "^1.0.1",
"@openagenda/sdk-js": "^2.0.3",
"@openagenda/verror": "^3.0.0",
"axios": "^0.19.2",
"core-js": "^3.19.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"mkdirp": "^1.0.3",
"moment": "^2.24.0",
"nedb": "^1.8.0",
"redis": "^3.0.2",
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.14.0"
},
"devDependencies": {
"@openagenda/mails-editor": "^1.0.1",
"html-to-text": "^5.1.1",
"jest": "^29.4.3"
}
}