emotiv-ts
Version:
A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets
25 lines (24 loc) • 669 B
JSON
{
"name": "emotiv-ts",
"version": "0.0.7",
"description": "A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets",
"author": "Apolo Mc Melo",
"license": "ISC",
"scripts": {
"build": "tsc"
},
"type": "module",
"main": "dist/index.js",
"keywords": ["emotiv", "cortex", "bci", "mental-command"],
"devDependencies": {
"@types/node": "^16.11.4",
"@types/websocket": "^1.0.5",
"@types/ws": "^8.5.4",
"typescript": "^4.4.4",
"ws": "^8.13.0"
},
"dependencies": {
"ts-node": "^10.9.1",
"websocket": "^1.0.34"
}
}