{ "name": "layerr", "version": "2.1.0", "description": "Error wrapping utility for NodeJS and the browser", "exports": "./dist/index.js", "react-native": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "scripts": { "build": "run-s clean && tsc", "clean": "rimraf ./dist", "dev": "npm run clean && tsc --watch", "prepublishOnly": "npm run build", "test": "run-s build test:specs", "test:specs": "nyc mocha 'test/**/*.spec.js'" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "*.md" ], "repository": { "type": "git", "url": "git+https://github.com/perry-mitchell/layerr.git" }, "keywords": [ "error", "verror", "err", "nerror", "exception", "wrapper", "extend" ], "author": "Perry Mitchell ", "license": "MIT", "bugs": { "url": "https://github.com/perry-mitchell/layerr/issues" }, "homepage": "https://github.com/perry-mitchell/layerr#readme", "devDependencies": { "@babel/core": "^7.20.5", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/node": "^18.11.10", "babel-loader": "^9.1.0", "chai": "^4.3.7", "mocha": "^10.1.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "resolve-typescript-plugin": "^2.0.0", "rimraf": "^3.0.2", "typescript": "^4.9.3", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" } }