Ghost/ghost/mw-session-from-token/package.json

33 lines
795 B
JSON
Raw Normal View History

{
"name": "@tryghost/mw-session-from-token",
"version": "0.1.20",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/mw-session-from-token",
"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": {
"@types/express": "4.17.12",
2021-04-16 15:28:10 +03:00
"@types/mocha": "8.2.2",
"express": "4.17.1",
"mocha": "8.3.2",
"should": "13.2.3",
2021-05-25 01:37:15 +03:00
"sinon": "11.0.0",
2021-05-26 22:12:39 +03:00
"typescript": "4.3.2"
}
}