comportc
Version:
Allow you read and write a Serial Port
40 lines (39 loc) • 722 B
JSON
{
"name": "comportc",
"version": "1.1.6",
"description": "Allow you read and write a Serial Port",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "ts-node Test/index.ts",
"build": "node-gyp configure build & tsc"
},
"keywords": [
"Serial",
"serial",
"read",
"write",
"serial read",
"Serial Port",
"serial port",
"Com Port",
"Com",
"Port",
"port",
"communication",
"comportc"
],
"gypfile": true,
"author": "Deivid Reinke Schiitz",
"license": "ISC",
"dependencies": {
"node-addon-api": "^3.1.0"
},
"devDependencies": {
"@types/node": "^15.0.1"
},
"files": [
"lib/**/*",
"build/**/*"
]
}