2023-04-19 15:42:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@tooljet-marketplace/textract",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "lib",
|
|
|
|
|
"test": "__tests__"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
|
|
|
"build": "ncc build lib/index.ts -o dist",
|
|
|
|
|
"watch": "ncc build lib/index.ts -o dist --watch"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/tooljet/tooljet#readme",
|
|
|
|
|
"dependencies": {
|
2023-04-27 07:46:30 +00:00
|
|
|
"@aws-sdk/client-textract": "^3.321.1",
|
2023-04-19 15:42:57 +00:00
|
|
|
"@tooljet-marketplace/common": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vercel/ncc": "^0.34.0",
|
|
|
|
|
"typescript": "^4.7.4"
|
|
|
|
|
}
|
|
|
|
|
}
|