UNPKG

988 BJSONView Raw
1{
2 "name": "fastify-plugin",
3 "version": "1.1.0",
4 "description": "Plugin helper for Fastify",
5 "main": "index.js",
6 "typings": "fastify-plugin.d.ts",
7 "scripts": {
8 "typescript": "tsc --project ./tsconfig.json",
9 "test": "standard && tap test.js && npm run typescript"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/fastify/fastify-plugin.git"
14 },
15 "keywords": [
16 "plugin",
17 "helper",
18 "fastify"
19 ],
20 "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/fastify/fastify-plugin/issues"
24 },
25 "homepage": "https://github.com/fastify/fastify-plugin#readme",
26 "devDependencies": {
27 "@types/node": "^9.6.21",
28 "fastify": "^1.5.0",
29 "proxyquire": "^2.0.1",
30 "standard": "^11.0.1",
31 "tap": "^12.0.0",
32 "typescript": "^2.9.1"
33 },
34 "dependencies": {
35 "semver": "^5.5.0"
36 },
37 "greenkeeper": {
38 "ignore": [
39 "@types/node"
40 ]
41 }
42}