@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
66 lines • 1.53 kB
JSON
{
"name": "@mieweb/wikigdrive",
"version": "2.15.10",
"description": "Google Drive to MarkDown synchronization",
"keywords": [
"GDrive",
"CLI",
"MarkDown",
"Google Docs",
"Wiki"
],
"author": {
"name": "Medical Informatics Engineering",
"url": "https://www.mieweb.com/"
},
"homepage": "https://github.com/mieweb/wikiGDrive#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mieweb/wikiGDrive.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/mieweb/wikiGDrive/issues"
},
"module": "./esm/src/cli/wikigdrive-server.js",
"exports": {
"./wikigdrive-server.ts": {
"import": "./esm/src/cli/wikigdrive-server.js"
},
"./wikigdrive-pull.ts": {
"import": "./esm/src/cli/wikigdrive-pull.js"
}
},
"contributors": [
{
"name": "Doug Horner",
"email": "horner@mieweb.com",
"url": "https://github.com/horner"
},
{
"name": "William Reiske",
"email": "wreiske@mieweb.com",
"url": "https://github.com/wreiske"
},
{
"name": "Alan Quandt",
"email": "aquandt@mieweb.com",
"url": "https://github.com/thedigicraft"
},
{
"name": "Grzegorz Godlewski",
"url": "https://github.com/ggodlewski"
}
],
"dependencies": {
"debug": "*",
"esbuild": "*",
"fast-glob": "*",
"typescript": "*",
"@deno/shim-deno": "~0.18.0"
},
"devDependencies": {
"@types/node": "^20.9.0"
},
"_generatedBy": "dnt@dev"
}