|
- {
- "name": "brilliant-errors",
- "version": "0.7.3",
- "description": "A set of configurators to help your Apps and Libraries build brilliant error classes",
- "keywords": [
- "error-management"
- ],
- "homepage": "https://github.com/inocan-group/brilliant-errors#readme",
- "bugs": {
- "url": "https://github.com/inocan-group/brilliant-errors/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/inocan-group/brilliant-errors.git"
- },
- "license": "MIT",
- "author": "Ken Snyder <ken@ken.net>",
- "module": "./dist/index.js",
- "typings": "./dist/index.d.ts",
- "type": "module",
- "exports": {
- ".": {
- "import": "./dist/index.js"
- }
- },
- "files": [
- "dist"
- ],
- "scripts": {
- "build": "npx tsup src/index.ts --format=esm --dts --clean",
- "latest": "yarn do latest -v",
- "lint": "run-s lint:*",
- "lint:src": "eslint src/**/*.ts",
- "lint:test": "eslint test/**/*.ts",
- "lint:tsc": "tsc --noEmit",
- "audit:fix": "pnpm audit --fix",
- "test": "vitest",
- "test:ci": "vitest run",
- "watch": "run-p watch:*",
- "watch:ai": "npx dd autoindex --watch",
- "watch:tsup": "npx tsup src/index.ts --format=esm --dts --watch",
- "release": "run-s build lint test:ci release:latest audit:fix release:bump",
- "release:latest": "pnpm install",
- "release:bump": "bumpp",
- "prepublishOnly": "npm run build"
- },
- "devDependencies": {
- "@type-challenges/utils": "^0.1.1",
- "@types/node": "^14.18.34",
- "@typescript-eslint/eslint-plugin": "^5.46.0",
- "@typescript-eslint/parser": "^5.46.0",
- "eslint": "^8.29.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-promise": "^6.1.1",
- "eslint-plugin-unicorn": "^45.0.1",
- "npm-run-all": "^4.1.5",
- "pathe": "^1.0.0",
- "prettier": "^2.8.1",
- "tsup": "^6.5.0",
- "typescript": "^4.9.4",
- "vite": "^3.2.5"
- },
- "dependencies": {
- "bumpp": "^8.2.1",
- "callsites": "^4.0.0",
- "inferred-types": "^0.37.2",
- "vitest": "^0.25.6"
- },
- "engines": {
- "node": ">=14.0.0"
- }
- }
|