-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
{ | ||
"name": "@kabeep/exception", | ||
"version": "1.2.2", | ||
"type": "module", | ||
"description": "Exception is a custom error library for Node.js that provides a more flexible and customizable way of handling errors.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"docs": "jsdoc -c jsdoc.config.json", | ||
"lint": "xo src/**/*.ts --fix", | ||
"pretest": "npm run lint", | ||
"test": "vitest run", | ||
"coverage": "vitest run --coverage", | ||
"watch": "tsup --watch", | ||
"watch:test": "vitest", | ||
"build": "tsup --dts --treeshake smallest", | ||
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "^1.5.0", | ||
"@types/chalk": "^2.2.0", | ||
"@types/chalk-pipe": "^2.0.4", | ||
"@types/node": "^20.12.7", | ||
"@vitest/coverage-istanbul": "^1.5.1", | ||
"docdash": "^2.0.2", | ||
"husky": "^9.0.11", | ||
"jsdoc": "^4.0.2", | ||
"ts-node": "^10.9.2", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.5.1", | ||
"xo": "^0.58.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.3.0", | ||
"chalk-pipe": "^6.0.0" | ||
}, | ||
"author": "Zhang Zixin (kabeep)", | ||
"homepage": "https://github.com/kabeep/exception#readme", | ||
"repository": "[email protected]:kabeep/exception.git", | ||
"bugs": "https://github.com/kabeep/exception/issue", | ||
"keywords": [ | ||
"nodejs", | ||
"error", | ||
"pretty error", | ||
"beauty error", | ||
"custom error", | ||
"unexpected", | ||
"exception", | ||
"expectation" | ||
], | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"license": "MIT" | ||
"name": "@kabeep/exception", | ||
"version": "1.2.3", | ||
"type": "module", | ||
"description": "Exception is a custom error library for Node.js that provides a more flexible and customizable way of handling errors.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"docs": "jsdoc -c jsdoc.config.json", | ||
"lint": "xo src/**/*.ts --fix", | ||
"pretest": "npm run lint", | ||
"test": "vitest run", | ||
"coverage": "vitest run --coverage", | ||
"watch": "tsup --watch", | ||
"watch:test": "vitest", | ||
"build": "tsup --dts --treeshake smallest", | ||
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "^1.5.0", | ||
"@types/chalk": "^2.2.0", | ||
"@types/chalk-pipe": "^2.0.4", | ||
"@types/node": "^20.12.7", | ||
"@vitest/coverage-istanbul": "^1.5.1", | ||
"docdash": "^2.0.2", | ||
"husky": "^9.0.11", | ||
"jsdoc": "^4.0.2", | ||
"ts-node": "^10.9.2", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.5.1", | ||
"xo": "^0.58.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.3.0", | ||
"chalk-pipe": "^6.0.0" | ||
}, | ||
"author": "Zhang Zixin (kabeep)", | ||
"homepage": "https://github.com/kabeep/exception#readme", | ||
"repository": "[email protected]:kabeep/exception.git", | ||
"bugs": "https://github.com/kabeep/exception/issue", | ||
"keywords": [ | ||
"nodejs", | ||
"error", | ||
"pretty error", | ||
"beauty error", | ||
"custom error", | ||
"unexpected", | ||
"exception", | ||
"expectation" | ||
], | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"license": "MIT" | ||
} |