{ "name": "get-error-message", "version": "1.0.0", "description": "A function that returns the error message from an error object.", "main": "index.js", "type": "module", "scripts": { "types": "tsc --emitDeclarationOnly --allowJs --declaration --skipLibCheck index.js" }, "repository": { "type": "git", "url": "git+https://github.com/stevekinney/testing-javascript.git" }, "author": "Steve Kinney ", "license": "MIT", "bugs": { "url": "https://github.com/stevekinney/testing-javascript/issues" }, "homepage": "https://github.com/stevekinney/testing-javascript#readme" }