-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1006 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
{
"name": "@scalar-labs/scalardl-node-client-sdk",
"version": "3.5.0",
"description": "The Node.js client SDK for Scalar DL",
"author": "Scalar, Inc.",
"main": "scalardl-node-client-sdk.js",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=14 <17",
"npm": ">=7"
},
"repository": {
"type": "git",
"url": "[email protected]:scalar-labs/scalardl-node-client-sdk.git"
},
"dependencies": {
"@grpc/grpc-js": "^1.6.7",
"@scalar-labs/scalardl-javascript-sdk-base": "^3.5.1",
"elliptic": "^6.5.4",
"google-protobuf": "^3.19.1",
"jsrsasign": "^10.4.1"
},
"scripts": {
"test": "mocha --reporter mochawesome --exclude 'test/*auditor*' test/",
"test-auditor": "mocha --reporter mochawesome test/*auditor*"
},
"devDependencies": {
"cassandra-driver": "^4.6.3",
"chai": "^4.3.4",
"eslint": "^8.1.0",
"eslint-config-google": "^0.14.0",
"mocha": "^9.1.3",
"mochawesome": "^7.0.1",
"properties-parser": "^0.3.1"
}
}