ToolJet/marketplace/plugins/easypost/package.json
satyy2301 5cd0858c05
Feature/easypost plugin (#13494)
* add-feature-easypost

* error standardisation in easypost

* copyright name change

* connection fix

* implemented spec url functionslity and fixed connection issue

* prreview cahnges

* Removed authetication dropdown

* pr changes round 2

* Json body bug fixed

* change in spec url

* change in spec url

* test connection method fixed
2025-09-08 12:28:31 +05:30

26 lines
614 B
JSON

{
"name": "@tooljet-marketplace/easypost",
"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": {
"@tooljet-marketplace/common": "^1.0.0"
},
"devDependencies": {
"typescript": "^4.7.4",
"@vercel/ncc": "^0.34.0"
}
}