-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "grpc-node-oauth2",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"lint": "eslint src/**/*.ts",
"release": "semantic-release"
},
"dependencies": {
"axios": "^1.2.0",
"jwt-decode": "^3.1.2"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.3.6"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
"semantic-release": "^19.0.5",
"typescript": "^4.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/entwico/grpc-node-oauth2.git"
},
"files": [
"dist/**/*"
],
"author": "smnbbrv",
"license": "MIT",
"bugs": {
"url": "https://github.com/entwico/grpc-node-oauth2/issues"
},
"homepage": "https://github.com/entwico/grpc-node-oauth2#readme"
}