-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "ok-value-error-reason",
"description": "An elegant way to handle exceptions from both synchronous and asynchronous functions.",
"version": "1.1.0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"author": "ndthanhdev <ndthanhdev@outlook.com>",
"license": "MIT",
"packageManager": "yarn@3.2.3",
"homepage": "https://github.com/ndthanhdev/ok-value-error-reason.git",
"repository": {
"type": "git",
"url": "git+https://github.com/ndthanhdev/ok-value-error-reason.git"
},
"keywords": [
"try",
"trycatch",
"async",
"ok",
"value",
"reason"
],
"scripts": {
"test": "jest -c jest.config.js",
"build": "tsc -p misc/esm.tsconfig.json && tsc -p misc/umd.tsconfig.json"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@yarnpkg/sdks": "^2.7.0",
"dts-jest": "^24.0.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5"
}
}