UNPKG

nightingale-console-output

Version:
47 lines 1.25 kB
{ "name": "nightingale-console-output", "version": "18.2.0", "description": "Nightingale console output", "keywords": [ "nightingale", "nightingale-output" ], "homepage": "https://github.com/christophehurpeau/nightingale", "bugs": { "url": "https://github.com/christophehurpeau/nightingale/issues" }, "license": "ISC", "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)", "repository": { "type": "git", "url": "https://github.com/christophehurpeau/nightingale.git", "directory": "packages/nightingale-console-output" }, "files": [ "lib" ], "type": "module", "sideEffects": false, "main": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } }, "scripts": { "clean": "yarn clean:build", "lint": "yarn run lint:eslint", "lint:eslint": "yarn '../..' run eslint --quiet 'packages/nightingale-console-output'", "watch": "yarn clean:build && rollup --config rollup.config.mjs --watch" }, "dependencies": { "nightingale": "18.2.0" }, "engines": { "node": ">=22.18.0" }, "pob": {} }