electron-about
Version:
Simple standalone about window for Electron.
39 lines (38 loc) • 954 B
JSON
{
"name": "electron-about",
"description": "Simple standalone about window for Electron.",
"version": "2.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"compile": "tsc --skipLibCheck && tstei",
"compile:watch": "tsc --skipLibCheck --watch",
"prepublishOnly": "npm run clean && npm run compile"
},
"bugs": {
"url": "https://github.com/fabiospampinato/electron-about/issues"
},
"license": "MIT",
"author": {
"name": "Fabio Spampinato",
"email": "spampinabio@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fabiospampinato/electron-about.git"
},
"keywords": [
"electron",
"about",
"window"
],
"dependencies": {},
"devDependencies": {
"@types/node": "^14.0.3",
"electron": "^9.0.0",
"rimraf": "^3.0.2",
"typescript": "^3.9.2",
"typescript-transform-export-interop": "^1.0.2"
}
}