Ghost/ghost/members-gateway-api/package.json
2019-08-26 01:27:38 +00:00

36 lines
850 B
JSON

{
"name": "@tryghost/members-gateway-api",
"version": "0.1.4",
"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": {
"eslint": "5.16.0",
"eslint-plugin-ghost": "0.5.0",
"mocha": "6.2.0",
"should": "13.2.3",
"sinon": "7.4.1"
},
"dependencies": {
"@tryghost/members-gateway-protocol": "^0.1.2",
"bluebird": "^3.5.4",
"ghost-ignition": "^3.1.0",
"lodash": "^4.17.11",
"minivents": "^2.2.0"
}
}