-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.68 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
{
"name": "schwing",
"main": "index.js",
"type": "module",
"version": "0.2.32",
"license": "MIT",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "npm run lint && npm run unit",
"lint": "semistandard --verbose | snazzy",
"unit": "tap \"*.test.js\""
},
"dependencies": {
"@aws-sdk/client-s3": "3.x",
"@aws-sdk/client-ses": "3.x",
"@aws-sdk/client-sns": "3.x",
"@fastify/autoload": "5.x",
"@fastify/bearer-auth": "9.x",
"@fastify/cookie": "8.x",
"@fastify/cors": "8.x",
"@fastify/csrf-protection": "6.x",
"@fastify/env": "4.x",
"@fastify/etag": "4.x",
"@fastify/helmet": "10.x",
"@fastify/jwt": "6.x",
"@fastify/rate-limit": "8.x",
"@fastify/redis": "6.x",
"@fastify/sensible": "5.x",
"@fastify/under-pressure": "8.x",
"@googlemaps/google-maps-services-js": "3.x",
"axios": "1.x",
"crypto-random-string": "5.x",
"dayjs": "1.x",
"desm": "1.x",
"fastify": "4.x",
"fastify-cli": "5.x",
"fastify-plugin": "4.x",
"file-type": "18.x",
"fluent-json-schema": "4.x",
"imagemin": "8.x",
"imagemin-mozjpeg": "10.x",
"imagemin-pngquant": "9.x",
"ioredis": "5.x",
"knex": "2.x",
"make-promises-safe": "5.x",
"mime-types": "2.x",
"pg": "8.x",
"qs": "6.x",
"sharp": "0.31.x"
},
"devDependencies": {
"semistandard": "16.x",
"snazzy": "9.x",
"supertest": "6.x",
"tap": "16.x"
},
"keywords": [
"fastify",
"dev kit"
],
"repository": "git://github.com/genediazjr/schwing",
"description": "An opinionated web application scaffold for fastify.",
"author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com)"
}