master
David Kebler 2019-11-27 14:32:54 -08:00
parent 18a65b42c5
commit e29b4ba838
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@uci/socket", "name": "@uci/socket",
"version": "0.2.22", "version": "0.2.23",
"description": "JSON packet intra(named)/inter(TCP) host communication over socket", "description": "JSON packet intra(named)/inter(TCP) host communication over socket",
"main": "src", "main": "src",
"scripts": { "scripts": {
@ -12,7 +12,7 @@
"devs": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm examples/server", "devs": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm examples/server",
"devs:anon": "UCI_ANON=true npm run devs", "devs:anon": "UCI_ANON=true npm run devs",
"devs:debug": "UCI_LOG_LEVEL=debug npm run devs", "devs:debug": "UCI_LOG_LEVEL=debug npm run devs",
"client": "=node -r esm examples/client", "client": "node -r esm examples/client",
"devc": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm examples/client", "devc": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm examples/client",
"devc:token": "UCI_CLIENT_TOKEN='cheetos' npm run devc", "devc:token": "UCI_CLIENT_TOKEN='cheetos' npm run devc",
"devc:debug": "UCI_LOG_LEVEL=debug npm run devc", "devc:debug": "UCI_LOG_LEVEL=debug npm run devc",