Ghost/ghost/members-ssr/package.json
Daniel Lockyer 5f8b448ab6
Deleted @types/node dependency
- this was originally imported to bring better types in but is no longer
  needed right now
2022-08-05 08:58:49 +02:00

35 lines
797 B
JSON

{
"name": "@tryghost/members-ssr",
"version": "0.0.0",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@types/cookies": "0.7.7",
"c8": "7.12.0",
"keypair": "1.0.4",
"mocha": "10.0.0",
"should": "13.2.3",
"sinon": "14.0.0"
},
"dependencies": {
"@tryghost/debug": "0.1.17",
"@tryghost/errors": "1.2.14",
"bluebird": "3.7.2",
"concat-stream": "2.0.0",
"cookies": "0.8.0",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21"
}
}