UNPKG

cloud-pine

Version:

Pino Transport abstraction for Google Cloud Logging.

73 lines (72 loc) 1.65 kB
{ "name": "cloud-pine", "version": "3.0.0", "description": "Pino Transport abstraction for Google Cloud Logging.", "main": "index.js", "bin": { "cloud-pine": "./cli.js" }, "types": "index.d.ts", "scripts": { "test": "tap --cov test/**/*.test.js && npm run test:ts && npm run lint", "test:ci": "tap --cov test/**/*.test.js && npm run test:ts && npm run lint:ci", "test:only": "tap --only", "test:unit": "tap test/**/*.test.js", "test:ts": "tsd", "lint": "standard | snazzy", "lint:ci": "standard", "release": "npx standard-version" }, "engines": { "node": ">=16.x" }, "keywords": [ "pino", "pine", "gcp", "google-cloud", "google-cloud-platform", "cloud", "cloud-pine", "logging", "cloud-logging" ], "repository": { "type": "git", "url": "git+https://github.com/metcoder95/cloud-pine.git" }, "readme": "https://github.com/metcoder95/cloud-pine/blob/main/README.md", "bugs": { "url": "https://github.com/metcoder95/cloud-pine/issues" }, "author": "metcoder95 <me@metcoder.dev>", "license": "MIT", "devDependencies": { "@types/node": "^22.0.0", "husky": "^9.1.4", "pino": "^9.0.0", "semver": "^7.5.1", "snazzy": "^9.0.0", "standard": "^17.0.0", "tap": "^16.3.0", "tsd": "^0.32.0", "typescript": "^5.0" }, "dependencies": { "@google-cloud/logging": "^11.0.0", "minimist": "^1.2.6", "split2": "^4.1.0" }, "tsd": { "directory": "test" }, "tap": { "check-coverage": false }, "standard": { "ignore": [ "*.d.ts", "*.test-d.ts" ] } }