rittenhop-ghost/versions/5.94.2/node_modules/@tryghost/server/package.json

33 lines
1.4 KiB
JSON

{
"name": "@tryghost/server",
"version": "0.1.37",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/server",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.13.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
},
"dependencies": {
"@tryghost/debug": "^0.1.26",
"@tryghost/logging": "^2.4.7"
},
"gitHead": "aa6fbed5ae4dd839c4ff5d120c28d23dcfffb0f3",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"readme": "# Server\n\n## Install\n\n`npm install @tryghost/server --save`\n\nor\n\n`yarn add @tryghost/server`\n\n\n## Usage\n\n\n## Develop\n\nThis is a mono repository, managed with [lerna](https://lernajs.io/).\n\nFollow the instructions for the top-level repo.\n1. `git clone` this repo & `cd` into it as usual\n2. Run `yarn` to install top-level dependencies.\n\n\n## Run\n\n- `yarn dev`\n\n\n## Test\n\n- `yarn lint` run just eslint\n- `yarn test` run lint and tests\n\n\n\n\n# Copyright & License \n\nCopyright (c) 2013-2023 Ghost Foundation - Released under the [MIT license](LICENSE)."
}