-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 912 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": "@scalar-labs/scalar-admin",
"version": "2.1.2",
"description": "The Scalar Admin library for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"build": "tsc --build",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix",
"test": "jest"
},
"author": "Scalar, Inc.",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@grpc/grpc-js": "^1.8.8",
"google-protobuf": "^3.21.2"
},
"devDependencies": {
"@types/google-protobuf": "^3.15.6",
"@types/jest": "^28.1.8",
"@types/node": "^14.18.36",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"gts": "^3.1.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"tsc-hooks": "^1.1.1",
"typescript": "^4.9.5"
}
}