nightingale-browser-console
Version:
Deprecated: use BrowserConsoleHandler from nightingale
45 lines • 1.23 kB
JSON
{
"name": "nightingale-browser-console",
"version": "16.2.0",
"description": "Deprecated: use BrowserConsoleHandler from nightingale",
"keywords": [
"nightingale",
"nightingale-handler"
],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/christophehurpeau/nightingale.git",
"directory": "packages/nightingale-browser-console"
},
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=20.9.0"
},
"sideEffects": false,
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"files": [
"lib"
],
"scripts": {
"clean": "yarn clean:build",
"lint": "yarn run lint:eslint",
"lint:eslint": "yarn ../.. run eslint --quiet packages/nightingale-browser-console",
"watch": "yarn clean:build && rollup --config rollup.config.mjs --watch"
},
"pob": {},
"prettier": "@pob/root/prettier-config",
"dependencies": {
"nightingale": "16.2.0"
}
}