-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 883 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "text-extract-api-client",
"version": "1.0.2",
"description": "TypeScript client for the Text Extract API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts"
},
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"tsup": "^5.10.0",
"typescript": "^4.3.5"
},
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CatchTheTornado/text-extract-api-client.git"
},
"keywords": [
"text-extract-api",
"api-client",
"pdf"
],
"bugs": {
"url": "https://github.com/CatchTheTornado/text-extract-api-client/issues"
},
"homepage": "https://github.com/CatchTheTornado/text-extract-api-client#readme"
}