ab5ced6bdd
- @tryghost/adapter-manager@0.1.10 - @tryghost/bootstrap-socket@0.2.1 - @tryghost/constants@0.1.0 - @tryghost/errors@0.2.3 - @tryghost/image-transform@1.0.3 - @tryghost/moleculer-service-from-class@0.2.5 - @tryghost/mw-session-from-token@0.1.7 - @tryghost/pretty-cli@1.2.9 - @tryghost/release-utils@0.6.5 - @tryghost/session-service@0.1.8 - @tryghost/vhost-middleware@1.0.8 - @tryghost/zip@1.1.3
36 lines
853 B
JSON
36 lines
853 B
JSON
{
|
|
"name": "@tryghost/adapter-manager",
|
|
"version": "0.1.10",
|
|
"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.0.1",
|
|
"@types/sinon": "9.0.4",
|
|
"mocha": "8.1.1",
|
|
"should": "13.2.3",
|
|
"sinon": "9.0.3",
|
|
"typescript": "3.9.7"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/errors": "^0.2.3"
|
|
}
|
|
}
|