serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
49 lines (48 loc) • 908 B
JSON
{
"name": "serialize-error",
"version": "11.0.3",
"description": "Serialize/deserialize an error into a plain object",
"license": "MIT",
"repository": "sindresorhus/serialize-error",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"sideEffects": false,
"engines": {
"node": ">=14.16"
},
"scripts": {
"//test": "xo && ava && tsd",
"test": "ava && tsd"
},
"files": [
"index.js",
"index.d.ts",
"error-constructors.js",
"error-constructors.d.ts"
],
"keywords": [
"error",
"serialize",
"stringify",
"object",
"convert",
"process",
"send",
"cause",
"deserialize"
],
"dependencies": {
"type-fest": "^2.12.2"
},
"devDependencies": {
"ava": "^4.2.0",
"tsd": "^0.20.0",
"xo": "^0.48.0"
}
}