You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.0 KiB

{
"name": "fastify-plugin",
"version": "3.0.1",
"description": "Plugin helper for Fastify",
"main": "plugin.js",
"types": "plugin.d.ts",
"scripts": {
"test": "standard && tap test/*.js test/esm/*.js --no-check-coverage && npm run typescript",
"test:ci": "standard && tap test/*.js test/esm/*.js --no-check-coverage --coverage-report=lcovonly && npm run typescript",
"typescript": "tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-plugin.git"
},
"keywords": [
"plugin",
"helper",
"fastify"
],
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-plugin/issues"
},
"homepage": "https://github.com/fastify/fastify-plugin#readme",
"devDependencies": {
"@types/node": "^17.0.0",
"fastify": "^3.3.0",
"proxyquire": "^2.1.3",
"standard": "^16.0.3",
"tap": "^15.0.2",
"tsd": "^0.19.0",
"typescript": "^4.0.5"
},
"dependencies": {}
}