2020-04-02 16:26:05 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/session-service",
|
2021-02-09 14:54:13 +03:00
|
|
|
"version": "0.1.16",
|
2021-01-12 19:40:16 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service",
|
2020-04-02 16:26:05 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"types": "./types/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
|
|
|
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint",
|
|
|
|
"pretest": "yarn types",
|
|
|
|
"types": "rm -r types && tsc"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-22 14:10:04 +03:00
|
|
|
"@types/express": "4.17.4",
|
2021-02-17 20:09:45 +03:00
|
|
|
"@types/mocha": "8.2.1",
|
2020-04-22 14:10:04 +03:00
|
|
|
"express": "4.17.1",
|
2021-02-11 22:30:19 +03:00
|
|
|
"mocha": "8.3.0",
|
2020-04-02 16:26:05 +03:00
|
|
|
"should": "13.2.3",
|
2021-01-25 03:43:01 +03:00
|
|
|
"sinon": "9.2.4",
|
2021-02-11 00:17:57 +03:00
|
|
|
"typescript": "4.1.5"
|
2020-04-02 16:26:05 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-09 14:54:13 +03:00
|
|
|
"@tryghost/errors": "^0.2.8"
|
2020-04-02 16:26:05 +03:00
|
|
|
}
|
|
|
|
}
|