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
939 B
38 lines
939 B
{
|
|
"name": "fastify-plugin",
|
|
"version": "4.4.0",
|
|
"description": "Plugin helper for Fastify",
|
|
"main": "plugin.js",
|
|
"types": "types/plugin.d.ts",
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "npm run test:unit && npm run test:typescript",
|
|
"test:unit": "tap",
|
|
"test: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": {
|
|
"@fastify/type-provider-typebox": "^2.3.0",
|
|
"@types/node": "^18.0.0",
|
|
"fastify": "^4.0.1",
|
|
"proxyquire": "^2.1.3",
|
|
"standard": "^17.0.0",
|
|
"tap": "^16.0.1",
|
|
"tsd": "^0.24.1"
|
|
}
|
|
}
|