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.

39 lines
906 B

3 years ago
{
"name": "fastify-error",
"version": "0.3.1",
"description": "A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "standard && ava -v && tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-error.git"
},
"keywords": [
"fastify",
"error",
"utility",
"plugin"
],
"author": "Tomas Della Vedova",
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-error/issues"
},
"homepage": "https://github.com/fastify/fastify-error#readme",
"devDependencies": {
"@types/node": "^14.14.14",
"ava": "^3.9.0",
"standard": "^16.0.3",
"tsd": "^0.14.0",
"typescript": "^4.1.3"
},
"tsd": {
"compilerOptions": {
"esModuleInterop": true
}
}
}