electron-macos-file-provider
Version:
Apple FileProvider for macos using the N-API extension electron
55 lines • 1.61 kB
JSON
{
"name": "electron-macos-file-provider",
"version": "1.0.12",
"description": "Apple FileProvider for macos using the N-API extension electron",
"type": "commonjs",
"main": "index.js",
"typings": "index.d.ts",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "echo \"Ignore: not executed node-gyp rebuild\"",
"dev:init": "node-gyp configure",
"dev:build": "node-gyp build --debug",
"dev:plugin": "xcodebuild -scheme EleFileProvider -archivePath ./archive/EFPHelper.xcarchive archive"
},
"files": [
"README.md",
"LICENSE",
"package.json",
"binding.gyp",
"./src",
"./index.js",
"./index.d.ts",
"./archive/EFPHelper.xcarchive/Products/Applications/EFPHelper.app/Contents/PlugIns/EleFileProvider.appex",
"./build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PBK-B/electron-macos-file-provider.git"
},
"keywords": [
"electron",
"file-provider",
"extension",
"apple",
"macos",
"osx",
"n-api"
],
"author": "PBK-B",
"license": "MIT",
"bugs": {
"url": "https://github.com/PBK-B/electron-macos-file-provider/issues"
},
"homepage": "https://github.com/PBK-B/electron-macos-file-provider#readme",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "8.1.0"
},
"devDependencies": {
"node-gyp": "^10.2.0"
}
}