shock-client
Version:
A community-made Node bot library for controling PiShock devices
30 lines (29 loc) • 690 B
JSON
{
"name": "shock-client",
"version": "1.1.5",
"description": "A community-made Node bot library for controling PiShock devices",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheRavenSeb/Shock-Client.git"
},
"keywords": [
"PiShock",
"pishock",
"controller"
],
"author": "Caleb Thomas (TheRavenSeb)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheRavenSeb/Shock-Client/issues"
},
"homepage": "https://github.com/TheRavenSeb/Shock-Client#readme",
"dependencies": {
"dotenv": "^16.4.7",
"open": "^10.1.0"
}
}