@ailang/parse
Advanced tools
+13
-4
| { | ||
| "name": "@ailang/parse", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "JavaScript/TypeScript client for the AILANG Parse document parsing API", | ||
@@ -8,10 +8,19 @@ "type": "module", | ||
| "types": "src/index.ts", | ||
| "files": ["src/"], | ||
| "files": [ | ||
| "src/" | ||
| ], | ||
| "license": "Apache-2.0", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/sunholo-data/docparse", | ||
| "url": "git+https://github.com/sunholo-data/docparse.git", | ||
| "directory": "sdks/js" | ||
| }, | ||
| "keywords": ["ailang-parse", "document-parsing", "unstructured", "ailang", "docparse", "office-parser"], | ||
| "keywords": [ | ||
| "ailang-parse", | ||
| "document-parsing", | ||
| "unstructured", | ||
| "ailang", | ||
| "docparse", | ||
| "office-parser" | ||
| ], | ||
| "scripts": { | ||
@@ -18,0 +27,0 @@ "test": "node --test tests/client.test.ts" |
15666
0.28%