2020-04-05 16:58:33 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/mw-session-from-token",
|
2021-06-17 12:50:39 +03:00
|
|
|
"version": "0.1.22",
|
2021-01-12 19:40:16 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/mw-session-from-token",
|
2020-04-05 16:58:33 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
|
|
|
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"types": "rm -r types && tsc",
|
|
|
|
"pretest": "yarn types",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-07 00:26:50 +03:00
|
|
|
"@types/express": "4.17.13",
|
2021-07-07 04:36:51 +03:00
|
|
|
"@types/mocha": "8.2.3",
|
2021-04-16 15:28:10 +03:00
|
|
|
"express": "4.17.1",
|
2021-06-09 12:08:29 +03:00
|
|
|
"mocha": "9.0.0",
|
2021-04-16 15:28:10 +03:00
|
|
|
"should": "13.2.3",
|
2021-05-25 01:37:15 +03:00
|
|
|
"sinon": "11.0.0",
|
2021-07-01 04:11:31 +03:00
|
|
|
"typescript": "4.3.5"
|
2020-04-05 16:59:56 +03:00
|
|
|
}
|
2020-04-05 16:58:33 +03:00
|
|
|
}
|