error-drawings
Version:
Summarized error messages displayed with fun drawings
53 lines (52 loc) • 1.08 kB
JSON
{
"name": "error-drawings",
"license": "MIT",
"maintainers": [
"Erik Sturesson"
],
"author": {
"name": "Erik Sturesson",
"email": "hej@eriksturesson.se",
"url": "https://eriksturesson.se"
},
"version": "3.0.3",
"description": "Summarized error messages displayed with fun drawings",
"keywords": [
"error-logging",
"error-visualization",
"error",
"fail",
"drawing",
"drawings",
"summarized",
"help",
"fun"
],
"repository": {
"type": "git",
"url": "https://github.com/eriksturesson/errorDrawings"
},
"bugs": {
"email": "hej@eriksturesson.se",
"url": "https://github.com/eriksturesson/errorDrawings/issues"
},
"engines": {
"npm": "^10.0.0",
"node": "^22.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "ts-node src/test/test.ts"
},
"dependencies": {
"typescript": "^4.7.4"
},
"exports": {
".": "./dist/index.js"
}
}