2020-04-05 16:54:47 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/adapter-manager",
|
2021-04-07 04:47:32 +03:00
|
|
|
"version": "0.2.10",
|
2021-01-12 19:40:16 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/adapter-manager",
|
2020-04-05 16:54:47 +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 && yarn tsc"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-16 15:06:54 +03:00
|
|
|
"@types/mocha": "^8.2.2",
|
|
|
|
"@types/sinon": "^10.0.0",
|
|
|
|
"mocha": "^8.3.2",
|
|
|
|
"should": "^13.2.3",
|
|
|
|
"sinon": "^10.0.0",
|
|
|
|
"typescript": "^4.2.4"
|
2020-04-05 16:54:47 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-07 04:47:32 +03:00
|
|
|
"@tryghost/errors": "^0.2.10"
|
2020-04-05 16:54:47 +03:00
|
|
|
}
|
|
|
|
}
|