2020-04-02 16:26:05 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/session-service",
|
2020-05-08 18:23:52 +03:00
|
|
|
"version": "0.1.2",
|
2020-04-02 16:26:05 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/session-service",
|
|
|
|
"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",
|
|
|
|
"@types/mocha": "7.0.2",
|
|
|
|
"express": "4.17.1",
|
2020-04-27 03:15:38 +03:00
|
|
|
"mocha": "7.1.2",
|
2020-04-02 16:26:05 +03:00
|
|
|
"should": "13.2.3",
|
2020-04-08 14:49:03 +03:00
|
|
|
"sinon": "9.0.2",
|
2020-05-13 01:15:51 +03:00
|
|
|
"typescript": "3.9.2"
|
2020-04-02 16:26:05 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-08 18:23:52 +03:00
|
|
|
"@tryghost/errors": "^0.1.3"
|
2020-04-02 16:26:05 +03:00
|
|
|
}
|
|
|
|
}
|