Ghost/ghost/members-ssr/package.json

33 lines
752 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:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"test": "yarn test:unit",
"lint": "eslint . --ext .js --cache"
2019-04-02 11:20:43 +03:00
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"@types/cookies": "0.7.7",
2023-02-17 01:15:50 +03:00
"c8": "7.13.0",
"keypair": "1.0.4",
2022-12-12 16:20:22 +03:00
"mocha": "10.2.0",
2019-04-02 11:20:43 +03:00
"should": "13.2.3",
2022-11-07 23:39:48 +03:00
"sinon": "14.0.2"
2019-04-02 11:20:43 +03:00
},
"dependencies": {
"@tryghost/debug": "0.1.21",
"@tryghost/errors": "1.2.21",
2022-07-21 15:38:42 +03:00
"cookies": "0.8.0",
"jsonwebtoken": "8.5.1"
2019-04-02 11:20:43 +03:00
}
}