Repository URL to install this package:
Version:
2.0.11-8 ▾
|
notion-desktop
/
usr
/
lib
/
notion-desktop
/
resources
/
app
/
node_modules
/
electron-log
/
package.json
|
---|
{
"name": "electron-log",
"version": "4.1.1",
"description": "Just a very simple logging module for your Electron application",
"main": "src/index.js",
"scripts": {
"lint": "eslint '**/*.js' --ignore-pattern '**/dist/*.js' && tsc --noEmit",
"test": "humile 'src/**/*spec.js'",
"test:full": "npm run test && npm run lint && npm run test:projects",
"test:projects": "humile 'test-projects/**/*.spec.js' -R list",
"postversion": "git push && git push --tags",
"prepack": "npm run test:full",
"preversion": "npm run test:full"
},
"typings": "src/index.d.ts",
"repository": "megahertz/electron-log",
"files": [
"src/*",
"!__specs__"
],
"keywords": [
"electron",
"atom",
"log",
"logger",
"logging",
"windows",
"mac",
"osx",
"linux",
"desktop"
],
"author": "Alexey Prokhorov",
"license": "MIT",
"bugs": "https://github.com/megahertz/electron-log/issues",
"homepage": "https://github.com/megahertz/electron-log#readme",
"devDependencies": {
"@types/node": "^13.1.8",
"electron": "*",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"humile": "*",
"nw": "0.42.3",
"typescript": "*",
"webpack": "*",
"webpack-cli": "*"
}
}