@linguix.com/lx-checker-sdk
Version:
Linguix Grammar Checker SDK
84 lines • 2.14 kB
JSON
{
"name": "@linguix.com/lx-checker-sdk",
"version": "1.0.11",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./worker": {
"import": "./dist/worker.js",
"require": "./dist/worker.js",
"types": "./dist/worker.d.ts"
}
},
"description": "Linguix Grammar Checker SDK",
"keywords": [
"grammar",
"checker",
"linguix",
"sdk",
"text",
"correction",
"language",
"ai",
"artificial intelligence",
"nlp",
"natural language processing",
"proofreading",
"spelling",
"writing assistant",
"text analysis",
"machine learning",
"editor",
"content improvement"
],
"source": "src/index.ts",
"license": "Apache-2.0",
"homepage": "https://linguix.com/grammar-check-api",
"scripts": {
"build": "rollup -c",
"prepare:npm": "node ./scripts/prepare-npm.js",
"prepare:private": "node ./scripts/prepare-private.js",
"publish:npm": "npm run prepare:npm && npm publish --access public",
"publish:private": "npm run prepare:private && npm publish"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist/index.js",
"dist/index.esm.mjs",
"dist/index.d.ts",
"dist/worker.js",
"dist/worker.d.ts",
"dist/worker.esm.mjs",
"dist/bundle.min.js"
],
"repository": {
"type": "git",
"url": "https://github.com/linguix/lx-checker-sdk"
},
"dependencies": {
"fast-diff": "^1.3.0",
"rxjs": "^6.6.3",
"uuid": "^11.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@textly/lx-checker-dom-lib": "^1.0.15",
"@textly/lx-checker-lib": "^1.0.40",
"rollup-obfuscator": "^4.1.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslint": "^6.1.3",
"typescript": "^4.6.4"
}
}