2019-04-02 11:20:43 +03:00
|
|
|
{
|
2019-04-16 13:28:58 +03:00
|
|
|
"name": "@tryghost/members-ssr",
|
2022-07-21 10:15:29 +03:00
|
|
|
"version": "0.0.0",
|
2022-07-21 10:24:02 +03:00
|
|
|
"private": true,
|
2019-04-02 11:20:43 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2023-10-05 13:09:39 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test": "yarn test:unit",
|
2023-06-12 17:27:12 +03:00
|
|
|
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
|
|
|
"lint": "yarn lint:code && yarn lint:test",
|
|
|
|
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
2019-04-02 11:20:43 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2024-04-30 22:48:58 +03:00
|
|
|
"@types/cookies": "0.9.0",
|
2023-09-01 16:32:29 +03:00
|
|
|
"c8": "8.0.1",
|
2022-01-21 17:00:22 +03:00
|
|
|
"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",
|
2023-07-11 16:11:02 +03:00
|
|
|
"sinon": "15.2.0"
|
2019-04-02 11:20:43 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-27 16:18:12 +03:00
|
|
|
"@tryghost/debug": "0.1.30",
|
2024-05-01 17:51:33 +03:00
|
|
|
"@tryghost/errors": "1.3.2",
|
2024-01-02 11:27:41 +03:00
|
|
|
"cookies": "0.9.1",
|
2022-08-18 12:36:16 +03:00
|
|
|
"jsonwebtoken": "8.5.1"
|
2019-04-02 11:20:43 +03:00
|
|
|
}
|
|
|
|
}
|