opengrammer
Version:
A grammar checker npm package that scans text for grammar mistakes and provides suggestions with visual indicators
43 lines (42 loc) • 973 B
JSON
{
"name": "opengrammer",
"version": "1.3.6",
"description": "A grammar checker npm package that scans text for grammar mistakes and provides suggestions with visual indicators",
"main": "src/index.js",
"types": "index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/C0gzy/opengrammer"
},
"homepage": "https://open-grammer.vercel.app",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"grammar",
"checker",
"spell-check",
"text-analysis",
"writing-tools"
],
"author": "Thomas Cogzell <tomcogzell8@gmail.com>",
"license": "MIT",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./src/index.js"
},
"./styles": "./src/styles.css",
"./tiptap": "./src/tiptap-integration.js"
},
"peerDependenciesMeta": {
"@tiptap/pm": {
"optional": true
}
},
"files": [
"src",
"index.d.ts"
]
}