Ghost/ghost/adapter-manager/package.json
Naz f0ef03476d Published new versions
- @tryghost/adapter-manager@0.2.6
 - @tryghost/job-manager@0.7.0
2021-01-06 16:07:24 +13:00

36 lines
853 B
JSON

{
"name": "@tryghost/adapter-manager",
"version": "0.2.6",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/adapter-manager",
"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": {
"@types/mocha": "8.2.0",
"@types/sinon": "9.0.10",
"mocha": "8.2.1",
"should": "13.2.3",
"sinon": "9.2.2",
"typescript": "4.1.3"
},
"dependencies": {
"@tryghost/errors": "^0.2.6"
}
}