2017-12-21 15:47:42 -08:00
|
|
|
{
|
2018-01-08 13:06:01 -08:00
|
|
|
"name": "@uci/unix-socket",
|
2017-12-21 15:47:42 -08:00
|
|
|
"version": "0.1.0",
|
2018-01-08 13:06:01 -08:00
|
|
|
"description": "Bare bones intra Host Unix Socket for basic IPC on same machine",
|
|
|
|
"main": "src",
|
2017-12-21 15:47:42 -08:00
|
|
|
"scripts": {
|
2018-01-08 13:06:01 -08:00
|
|
|
"test": "node -r @std/esm test",
|
|
|
|
"testw": "./node_modules/.bin/nodemon -r @std/esm test",
|
|
|
|
"s": "node -r @std/esm examples/server",
|
|
|
|
"devs": "./node_modules/.bin/nodemon -r @std/esm -e mjs examples/server",
|
|
|
|
"c": "node -r @std/esm examples/client",
|
|
|
|
"cs": "node -r @std/esm client-server",
|
|
|
|
"ms": "node -r @std/esm mqtt-server",
|
|
|
|
"mc": "node -r @std/esm mqtt-client"
|
2017-12-21 15:47:42 -08:00
|
|
|
},
|
|
|
|
"author": "David Kebler",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/uCOMmandIt/message.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node.js",
|
|
|
|
"i2c",
|
|
|
|
"rpi",
|
|
|
|
"raspberrypi"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/uCOMmandIt/message/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/uCOMmandIt/message#readme",
|
2017-12-22 11:15:46 -08:00
|
|
|
"@std/esm": "cjs",
|
2017-12-21 15:47:42 -08:00
|
|
|
"devDependencies": {
|
2018-01-08 13:06:01 -08:00
|
|
|
"@std/esm": "^0.18.0",
|
|
|
|
"nodemon": "^1.14.3"
|
2017-12-22 11:15:46 -08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-08 13:06:01 -08:00
|
|
|
"better-try-catch": "^0.6.2",
|
|
|
|
"death": "^1.1.0",
|
|
|
|
"simple-node-logger": "^0.93.33"
|
2017-12-21 15:47:42 -08:00
|
|
|
}
|
|
|
|
}
|