1 Star 0 Fork 0

mayeror/patrikx3-onenote

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.90 KB
一键复制 编辑 原始数据 按行查看 历史
patrikx3 提交于 2020-09-08 11:20 . robo8x [chore] 9/8/2020, 11:20:46 AM
{
"name": "p3x-onenote",
"version": "2020.10.123",
"description": "📚 P3X OneNote Linux",
"main": "src/electron/app.js",
"corifeus": {
"snap": true,
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Linux",
"nodejs": "v12.18.3",
"reponame": "onenote",
"build": true,
"opencollective": false
},
"bin": {
"p3x-onenote": "bin/p3x-onenote.js"
},
"scripts": {
"test": "grunt",
"build": "electron-builder --x64 build/dist",
"build-test": "electron-builder build/dist -p always",
"postinstall": "opencollective postinstall",
"start": "node ./node_modules/.bin/electron ./src/electron/app.js",
"publish-electron": "rm -rf dist && electron-builder -p onTagOrDraft --ia32 --x64 --linux",
"publish-electron-arm": "rm -rf dist && electron-builder --armv7l --arm64 --linux --publish=always",
"publish-electron-arm-test": "rm -rf dist && electron-builder --armv7l --arm64 --linux",
"publish-electron-snap": "electron-builder --linux snap -p never",
"publish-electron-yml": "node ./node_modules/corifeus-builder/src/utils/appimage/post-build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/onenote.git"
},
"keywords": [
"onenote",
"linux"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/onenote/issues"
},
"homepage": "https://corifeus.com/onenote",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"angular": "^1.8.0",
"angular-animate": "^1.8.0",
"angular-aria": "^1.8.0",
"angular-material": "^1.2.0",
"angular-messages": "^1.8.0",
"configstore": "^4.0.0",
"corifeus-utils": "^2020.10.108",
"electron-updater": "^4.3.4",
"opencollective": "^1.0.3",
"semver": "^7.3.2",
"typeface-roboto": "0.0.75",
"electron": "^10.1.1"
},
"devDependencies": {
"corifeus-builder": "^2020.10.109",
"electron-builder": "^22.8.0"
},
"engines": {
"node": ">=12.13.0"
},
"build": {
"afterAllArtifactBuild": "./node_modules/corifeus-builder/src/utils/appimage/after-all-artifact-build.js",
"publish": [
{
"provider": "github",
"owner": "patrikx3",
"repo": "onenote"
}
],
"appId": "p3x.onenote",
"copyright": "MIT",
"productName": "P3X OneNote",
"linux": {
"category": "Office",
"icon": "./src/electron/images/",
"target": [
"AppImage"
]
},
"snap": {
"environment": {
"DISABLE_WAYLAND": 1
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mayeror/patrikx3-onenote.git
git@gitee.com:mayeror/patrikx3-onenote.git
mayeror
patrikx3-onenote
patrikx3-onenote
master

搜索帮助