@bizhermit/nextron
Version:
nextjs + electron application
47 lines (46 loc) • 1.39 kB
JSON
{
"name": "@bizhermit/nextron",
"version": "1.2.1",
"description": "nextjs + electron application",
"repository": {
"type": "git",
"url": "https://github.com/bizhermit/nextron.git"
},
"bugs": {
"url": "https://github.com/bizhermit/nextron/issues",
"email": "support@bizhermit.com"
},
"author": "Senda Ryoichi <rsenda@bizhermit.com> (https://bizhermit.com)",
"homepage": "https://bizhermit.com",
"license": "MIT",
"main": "dist/index.js",
"bin": "dist/index.d.ts",
"files": [
"dist",
"CREDIT"
],
"scripts": {
"license": "npx rimraf CREDIT && npx license -o CREDIT --returnError",
"build": "npm run license && npx rimraf dist && npx tsc -p src/tsconfig.json && npx minifier ./dist",
"prepare": "npm run build && git add -A && git diff --quiet --exit-code --cached || git commit -m \"build v%npm_package_version%\" && git push origin",
"postpublish": "git tag && git push origin tags/v%npm_package_version%"
},
"devDependencies": {
"@bizhermit/license": "^1.0.9",
"@bizhermit/minifier": "^1.0.4",
"@types/node": "^16.11.13",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"@bizhermit/basic-utils": "^1.1.5",
"electron": "^17.0.0",
"electron-is-dev": "^2.0.0",
"electron-next": "^3.1.5"
},
"keywords": [
"bizhermit",
"electron",
"nextjs"
]
}