Ghost/ghost/members-ssr/package.json

36 lines
828 B
JSON
Raw Normal View History

2019-04-02 11:20:43 +03:00
{
2019-04-16 13:28:58 +03:00
"name": "@tryghost/members-ssr",
"version": "0.0.0",
"private": true,
2019-04-02 11:20:43 +03:00
"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"
2019-04-02 11:20:43 +03:00
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@types/cookies": "0.7.7",
"@types/node": "16.11.45",
2022-07-19 21:55:22 +03:00
"c8": "7.12.0",
"keypair": "1.0.4",
2022-05-02 05:29:13 +03:00
"mocha": "10.0.0",
2019-04-02 11:20:43 +03:00
"should": "13.2.3",
2022-05-09 07:41:01 +03:00
"sinon": "14.0.0"
2019-04-02 11:20:43 +03:00
},
"dependencies": {
2022-07-21 15:38:42 +03:00
"@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"
2019-04-02 11:20:43 +03:00
}
}