koobor-sdk
Version:
Koobor Gaming Platform SDK
43 lines (42 loc) • 979 B
JSON
{
"name": "koobor-sdk",
"version": "0.0.15",
"description": "Koobor Gaming Platform SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"prettier": "npx prettier --write .",
"dist": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KooborNetwork/koobor-sdk.git"
},
"keywords": [
"Koobor",
"Gaming",
"Blockchain"
],
"author": "Abdelhamid Bakhta",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/KooborNetwork/koobor-sdk/issues"
},
"homepage": "https://github.com/KooborNetwork/koobor-sdk#readme",
"devDependencies": {
"@types/node": "^15.12.4",
"prettier": "^2.3.1",
"typescript": "^4.3.4"
},
"dependencies": {
"dotenv": "^10.0.0",
"eat-them-all-contracts": "^0.0.1",
"ts-node": "^10.0.0",
"web3": "^1.3.6",
"winston": "^3.3.3"
}
}