{ "name": "blink_api", "version": "1.0.0", "description": "APIs for the Blink service", "main": "./src/app.js", "directories": { "test": "tests" }, "scripts": { "test": "jest" }, "author": "xfarrow", "license": "GPL-3.0-or-later", "dependencies": { "path": "^0.12.7" } }