@jccr/omnilog
Version:
Gotta Log 'Em All!
73 lines (72 loc) • 1.95 kB
JSON
{
"name": "@jccr/omnilog",
"version": "1.2.2",
"description": "Gotta Log 'Em All!",
"scripts": {
"test": "jest",
"build": "npm run build-src && npm run build-extension",
"build-src": "esbuild src/* --bundle --outdir=. --minify --sourcemap",
"build-extension": "parcel build test-extension/manifest.json test-extension/*.html --dist-dir test-extension/dist --config @parcel/config-webextension",
"run-extension": "node scripts/run-extension.js",
"prestart": "npx playwright install",
"start": "node scripts/start.mjs",
"prepublishOnly": "npm run test && npm run build"
},
"files": [
"babel-plugin.js",
"omnilog.js",
"omnilog.js.map",
"omnilog.html",
"omnilog-sw.js",
"omnilog-sw.js.map",
"omnilog-ui.js",
"omnilog-ui.js.map",
"omnilog-wc.js",
"omnilog-wc.js.map"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jccr/omnilog.git"
},
"author": "Juan Carlos Corona Romero <c@rlos.email>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jccr/omnilog/issues"
},
"homepage": "https://github.com/jccr/omnilog#readme",
"keywords": [
"chrome-extension",
"logger",
"tool",
"logger-interface",
"developer-tools",
"console-log",
"browser-extension",
"devtool",
"debugging-tool",
"debug-tool",
"console-color"
],
"dependencies": {
"@textea/json-viewer": "^2.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-jss": "^10.9.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@parcel/config-webextension": "^2.7.0",
"@parcel/core": "^2.7.0",
"@playwright/test": "^1.26.1",
"babel-plugin-tester": "^10.1.0",
"esbuild": "^0.15.9",
"jest": "^29.0.3",
"parcel": "^2.7.0",
"posthtml-include": "^1.7.4",
"process": "^0.11.10"
}
}