UNPKG

@pnpm/error

Version:
45 lines 1.02 kB
{ "name": "@pnpm/error", "version": "1000.0.4", "description": "An error class for pnpm errors", "keywords": [ "pnpm", "pnpm10", "error" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/packages/error", "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/error#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "commonjs", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "dependencies": { "@pnpm/constants": "1001.3.0" }, "devDependencies": { "@pnpm/error": "1000.0.4" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "jest", "test": "pnpm run compile && pnpm run _test", "compile": "tsc --build && pnpm run lint --fix" } }