-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 869 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
36
{
"name": "@uio/server",
"version": "0.0.0",
"description": "",
"main": "lib/App.mjs",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha tests/*",
"dev": "cd demo && nodemon ./index.mjs --watch ../lib --watch .",
"start": "npm run dev"
},
"author": "Lana-Ambre Demailly",
"license": "MIT",
"dependencies": {
"glob": "^7.1.7",
"lodash.foreach": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"path-to-regexp": "^6.2.0"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-mocha": "^10.0.3",
"express": "^4.17.1",
"fastify": "^3.21.0",
"mocha": "^9.2.0",
"nodemon": "^2.0.15",
"prettier": "2.5.1"
}
}