{
    "name": "iotc-protocol-gw-types",
    "version": "1.0.5",
    "description": "IoT Central Protocol Gateway Types",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "prepare": "node ./scripts/prepublish.js",
        "watch": "node ./node_modules/typescript/bin/tsc -p . -w",
        "test": "node ./node_modules/jest/bin/jest.js",
        "tslint": "node ./node_modules/tslint/bin/tslint -p ./tsconfig.json",
        "build": "node ./node_modules/typescript/bin/tsc -p .",
        "precommit": "npm run tslint && npm run prepare -- --hook",
        "preversion": "npm run precommit",
        "postversion": "npm publish"
    },
    "author": "sseiber",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": ""
    },
    "dependencies": {},
    "devDependencies": {
        "@types/node": "^14.14.6",
        "rimraf": "^3.0.2",
        "tslint": "^5.20.1",
        "typescript": "^4.0.5"
    }
}
