{
    "name": "pocket-js-core",
    "version": "0.0.6",
    "engine": {
        "node": ">= 11.6.0"
    },
    "description": "Pocket-js core package with the main functionalities to create your own plugin.",
    "license": "MIT",
    "main": "./src/index.js",
    "directories": {
        "tests": "./tests"
    },
    "scripts": {
        "test": "mocha tests/*.js"
    },
    "repository": "https://github.com/pokt-network/pocket-js/tree/master/packages/core",
    "homepage": "https://github.com/pokt-network/pocket-js",
    "bugs": {
        "url": "https://github.com/pokt-network/pocket-js/issues"
    },
    "keywords": [
        "Pocket",
        "Network",
        "SDK",
        "Core",
        "Plugin",
        "JavaScript"
    ],
    "author": "Pocket Network",
    "authors": [
        {
            "name": "Pabel Nunez Landestoy",
            "email": "pabelnunezl@gmail.com",
            "homepage": "https://github.com/pabelnl"
        }
    ],
    "dependencies": {
        "axios": "^0.18.1"
    },
    "devDependencies": {
        "chai": "^4.2.0",
        "mocha": "^6.1.4"
    }
}
