UNPKG

1.05 kBJSONView Raw
1{
2 "name": "fastify-plugin",
3 "version": "3.0.1",
4 "description": "Plugin helper for Fastify",
5 "main": "plugin.js",
6 "types": "plugin.d.ts",
7 "scripts": {
8 "test": "standard && tap test/*.js test/esm/*.js --no-check-coverage && npm run typescript",
9 "test:ci": "standard && tap test/*.js test/esm/*.js --no-check-coverage --coverage-report=lcovonly && npm run typescript",
10 "typescript": "tsd"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/fastify/fastify-plugin.git"
15 },
16 "keywords": [
17 "plugin",
18 "helper",
19 "fastify"
20 ],
21 "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/fastify/fastify-plugin/issues"
25 },
26 "homepage": "https://github.com/fastify/fastify-plugin#readme",
27 "devDependencies": {
28 "@types/node": "^17.0.0",
29 "fastify": "^3.3.0",
30 "proxyquire": "^2.1.3",
31 "standard": "^16.0.3",
32 "tap": "^15.0.2",
33 "tsd": "^0.19.0",
34 "typescript": "^4.0.5"
35 },
36 "dependencies": {}
37}