Skip to content

Commit 28f342c

Browse files
committed
chore: added packages async-lock and dotenv and added script test:dev
1 parent ee0713d commit 28f342c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"main": "lib/client.js",
1010
"scripts": {
11-
"test": "./test/test.sh"
11+
"test": "./test/test.sh",
12+
"test:dev": "./test/test.sh --dev"
1213
},
1314
"author": "",
1415
"license": "ISC",
@@ -18,7 +19,9 @@
1819
"tap": "14.10.8"
1920
},
2021
"dependencies": {
22+
"async-lock": "^1.2.4",
2123
"btoa": "1.2.1",
24+
"dotenv": "^8.2.0",
2225
"google-protobuf": "3.13.0",
2326
"@grpc/grpc-js": "1.2.0"
2427
},

0 commit comments

Comments
 (0)