36 lines
996 B
JSON
36 lines
996 B
JSON
{
|
|
"name": "@tryghost/http-stream",
|
|
"version": "0.1.30",
|
|
"repository": "https://github.com/TryGhost/framework/tree/main/packages/http-stream",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --all --check-coverage --100 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
|
"lint": "yarn lint:code && yarn lint:test",
|
|
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "9.1.0",
|
|
"express": "4.19.2",
|
|
"mocha": "10.4.0",
|
|
"should": "13.2.3",
|
|
"sinon": "17.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/errors": "^1.3.2",
|
|
"@tryghost/request": "^1.0.5"
|
|
},
|
|
"gitHead": "aa0d85a521ee8b5570ccba41d4aeb8942bdb1831"
|
|
}
|