-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
61 lines (61 loc) · 1.76 KB
/
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
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
{
"name": "onboarding.developers.italia.it",
"version": "1.3.3",
"description": "",
"main": "server.js",
"scripts": {
"test": "npx lab --timeout 5000",
"lint": "eslint server.js src/**/*.js public/assets/js/*",
"dev": "export $(grep -v '^#' .env | xargs) && nodemon -e js,html -w src -w server.js server.js dev",
"prod": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/italia/onboarding.developers.italia.it.git"
},
"keywords": [
"onboarding"
],
"author": "Giuseppe Santoro",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/italia/onboarding.developers.italia.it/issues"
},
"homepage": "https://github.com/italia/onboarding.developers.italia.it#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"@hapi/hapi": "^20.1.0",
"@hapi/inert": "^6.0.2",
"@hapi/vision": "^6.0.1",
"bootstrap-italia": "^1.4.3",
"cross-fetch": "^3.1.5",
"csv-parse": "^5.5.6",
"fs-extra": "^9.0.1",
"generate-password": "^1.5.1",
"hapi-url": "^1.0.2",
"jquery": "^3.5.1",
"json2yaml": "^1.1.0",
"jsonwebtoken": "^9.0.0",
"lowdb": "^1.0.0",
"mustache": "^4.0.1",
"nodemailer": "^6.9.9",
"parse-domain": "^3.0.3",
"paseto.js": "^0.1.7",
"request": "^2.88.2",
"write-file-atomic": "^3.0.3"
},
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/lab": "^24.0.0",
"@types/hapi": "^18.0.3",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^2.0.4",
"typescript": "^4.0.3"
}
}