@pai-tech/pai-net-sdk
Version:
28 lines (27 loc) • 650 B
JSON
{
"name": "@pai-tech/pai-net-sdk",
"version": "2.0.1",
"description": "PAI-NET SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PAI-Tech/PAI-NET-SDK-JS.git"
},
"keywords": [
"PAI-TECH"
],
"author": "Ron Fridman",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PAI-Tech/PAI-NET-SDK-JS/issues"
},
"homepage": "https://github.com/PAI-Tech/PAI-NET-SDK-JS#readme",
"dependencies": {
"@pai-tech/pai-code": "^2.0.0",
"axios": "^0.21.1",
"socket.io-client": "^2.4.0"
}
}