-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.77 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
62
63
64
65
66
67
68
69
{
"name": "infinity-storage",
"version": "0.0.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"pretest": "eslint index.js lib",
"lintfix": "lint-staged",
"prepare": "if [ \"${CI}\" = \"\" ]; then husky install; fi"
},
"lint-staged": {
"*.js": [
"pretty-quick --staged",
"git update-index",
"eslint --fix"
]
},
"dependencies": {
"@fastify/cookie": "WizardTales/fastify-cookie#async_signer",
"@fastify/cors": "^8.2.1",
"@fastify/multipart": "^8.0.0",
"@fastify/session": "^10.7.0",
"@hapi/iron": "^7.0.1",
"bluebird": "^3.7.2",
"crdb-pg": "^1.4.1",
"crypto-random-string": "^5.0.0",
"dayjs": "^1.11.10",
"db-migrate": "1.0.0-beta.27",
"db-migrate-cockroachdb": "^5.7.2",
"fastify": "^4.15.0",
"fastify-plugin": "^4.5.1",
"file-type": "^18.7.0",
"minio": "^7.1.3",
"nodemailer": "^6.9.14",
"pg": "^8.11.3",
"pug": "^3.0.3",
"rc": "^1.2.8",
"rc_array": "^1.0.0",
"secure-passwords": "^1.3.2",
"sql-template-tag": "^5.2.0",
"uuid-random": "^1.3.2"
},
"devDependencies": {
"eslint": "^8.37.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint_d": "^12.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"mocha": "^10.4.0",
"nodemon": "^3.1.0",
"pino-pretty": "^11.0.0",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3"
},
"pnpm": {
"overrides": {
"pg-native": "^3.0.1",
"pg": "^8.11.5"
}
},
"author": "Tobias Gurtzick <[email protected]>",
"license": "MIT"
}