grammarly-languageclient
Advanced tools
Comparing version 0.0.0 to 0.0.1-next-1651847858.0
{ | ||
"name": "grammarly-languageclient", | ||
"version": "0.0.0", | ||
"description": "LSP client implementation for Grammarly", | ||
"author": "Rahul Kadyan <hey@znck.me>", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"browser": "dist/index.browser.js", | ||
"types": "dist/index.d.ts", | ||
"publishConfig": { | ||
"types": "dist/index.d.ts" | ||
}, | ||
"buildConfig": { | ||
"external": [ | ||
"vscode-languageclient/browser", | ||
"vscode-languageclient/node" | ||
], | ||
"sources": { | ||
"src/index.ts": [ | ||
{ | ||
"format": "esm", | ||
"file": "dist/index.browser.js" | ||
} | ||
] | ||
} | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"bin" | ||
], | ||
"dependencies": { | ||
"vscode-languageclient": "^7.0.0" | ||
}, | ||
"readme": "# LanguageClient for Grammarly SDK\n\nA client for `grammarly-languageserver`.\n\n## Support\n\nThis extension is maintained by [Rahul Kadyan](https://github.com/znck). You can [💖 sponsor him](https://github.com/sponsors/znck) for the continued development of this extension.\n\n<p align=\"center\">\n <a href=\"https://cdn.jsdelivr.net/gh/znck/sponsors@main/sponsors.svg\">\n <img src='https://cdn.jsdelivr.net/gh/znck/sponsors@main/sponsors.png'/>\n </a>\n</p>\n\n<br>\n<br>\n<br>\n" | ||
} | ||
"name": "grammarly-languageclient", | ||
"version": "0.0.1-next-1651847858.0", | ||
"description": "LSP client implementation for Grammarly", | ||
"author": "Rahul Kadyan <hey@znck.me>", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"browser": "dist/index.browser.js", | ||
"types": "dist/index.d.ts", | ||
"publishConfig": { | ||
"types": "dist/index.d.ts" | ||
}, | ||
"buildConfig": { | ||
"external": [ | ||
"vscode-languageclient/browser", | ||
"vscode-languageclient/node" | ||
], | ||
"sources": { | ||
"src/index.ts": [ | ||
{ | ||
"format": "esm", | ||
"file": "dist/index.browser.js" | ||
} | ||
] | ||
} | ||
}, | ||
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"bin" | ||
], | ||
"dependencies": { | ||
"vscode-languageclient": "^7.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7384