-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 750 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 750 Bytes
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
{
"name": "fiona-client",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest",
"cli": "node whispersync-client/src/cli.js",
"server": "node content-server/src/server.js",
"server:watch": "nodemon content-server/src/server.js"
},
"dependencies": {
"@cozy/cli-tree": "^0.0.1",
"binary-parser": "^1.6.2",
"fast-xml-parser": "^3.16.0",
"fastify": "^2.14.1",
"fastify-static": "^2.7.0",
"handlebars": "^4.7.6",
"handlebars-layouts": "^3.1.4",
"jest": "^26.0.1",
"node-forge": "^0.9.1",
"node-rsa": "^1.0.8",
"point-of-view": "^3.8.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"xmldom": "^0.3.0",
"xpath": "^0.0.27"
}
}