rittenhop-dev/versions/5.94.2/node_modules/@tryghost/ghost/package.json
2024-09-23 19:40:12 -04:00

46 lines
1.3 KiB
JSON

{
"name": "@tryghost/ghost",
"version": "5.94.2",
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/ghost",
"author": "Ghost Foundation",
"private": true,
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"dev": "tsc --watch --preserveWatchOutput --sourceMap",
"build": "yarn build:ts",
"build:ts": "tsc",
"test:unit": "NODE_ENV=testing c8 --src src --all --reporter text --reporter cobertura mocha -r ts-node/register/transpile-only './**/*.test.ts'",
"test": "yarn test:types && yarn test:unit",
"test:types": "tsc --noEmit",
"lint:code": "eslint src/ --ext .ts --cache",
"lint": "yarn lint:code"
},
"files": [
"build"
],
"devDependencies": {
"@nestjs/testing": "10.3.10",
"@types/node": "20.14.8",
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"c8": "8.0.1",
"mocha": "10.2.0",
"nock": "^14.0.0-beta.6",
"sinon": "^17.0.1",
"supertest": "^7.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"dependencies": {
"@nestjs/common": "10.3.10",
"@nestjs/core": "10.3.10",
"@nestjs/platform-express": "10.3.10",
"@tryghost/errors": "1.3.5",
"bson-objectid": "2.0.4",
"express": "4.21.0",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1"
}
}