-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 908 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
36
37
{
"name": "attemptify",
"version": "1.0.2",
"description": "",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"docs": "npx typedoc --out docs index.ts",
"assemble": "npx tsc",
"build": "npm run test && npm run docs && npm run assemble",
"test": "node_modules/.bin/jest"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"tsconfig-paths": "^4.1.0",
"typedoc": "^0.23.9",
"typescript": "^4.7.4"
},
"keywords": [
"retry",
"resilience",
"resilience4j",
"spring-retry"
],
"repository": {
"type": "git",
"url": "git+https://github.com/simonNozaki/attemptify.git"
}
}