{ "name": "@tryghost/members-gateway-api", "version": "0.0.0", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-api", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", "scripts": { "dev": "echo \"Implement me!\"", "test": "NODE_ENV=testing mocha './test/**/*.test.js'", "lint": "eslint '**/*.js'", "posttest": "yarn lint" }, "files": [ "index.js", "lib" ], "publishConfig": { "access": "public" }, "devDependencies": { "mocha": "6.1.3", "should": "13.2.3", "sinon": "7.3.1" }, "dependencies": { "@tryghost/members-gateway-protocol": "0.1.0", "bluebird": "^3.5.4", "ghost-ignition": "^3.1.0", "lodash": "^4.17.11", "minivents": "^2.2.0" } }