UNPKG

@magic/error

Version:
57 lines (56 loc) 1.34 kB
{ "name": "@magic/error", "version": "0.0.17", "author": "Wizards & Witches", "description": "errors for @magic", "license": "AGPL-3.0", "homepage": "https://magic.github.io/error", "main": "src/index.mjs", "module": "src/index.mjs", "type": "module", "scripts": { "start": "t -p", "test": "t --exclude docs example config.js", "format": "f -w --exclude docs", "format:check": "f", "calls": "calls", "build": "NODE_ENV=production magic build", "prod": "NODE_ENV=production magic build serve", "clean": "magic clean", "serve": "magic serve", "dev": "magic dev" }, "engine": { "node": ">=14.15.4" }, "engineStrict": true, "repository": { "type": "git", "url": "https://github.com/magic/error.git" }, "bugs": { "url": "https://github.com/magic/error/issues" }, "dependencies": { "@magic/types": "0.1.23" }, "devDependencies": { "@magic-modules/git-badges": "0.0.12", "@magic-modules/light-switch": "0.0.11", "@magic-modules/no-spy": "0.0.8", "@magic-modules/pre": "0.0.11", "@magic-themes/docs": "0.0.14", "@magic/core": "0.0.149", "@magic/format": "0.0.50", "@magic/test": "0.2.15" }, "files": [ "src" ], "contributors": [ { "name": "jascha ehrenreich", "github": "jaeh" } ] }