forked from fastify/fastify-autoload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 886 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
37
38
39
40
{
"name": "fastify-autoload",
"version": "0.4.0",
"description": "Require all plugins in a directory",
"main": "index.js",
"scripts": {
"test": "standard | snazzy && tap test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-autoload.git"
},
"keywords": [
"fastify",
"require",
"folder",
"directory",
"plugin",
"plugins",
"automatically",
"load",
"auto"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-autoload/issues"
},
"homepage": "https://github.com/fastify/fastify-autoload#readme",
"devDependencies": {
"fastify": "^1.4.0",
"pre-commit": "^1.2.2",
"snazzy": "^7.1.1",
"standard": "^11.0.1",
"tap": "^12.0.0"
},
"dependencies": {
"steed": "^1.1.3"
}
}