mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* ee commit * merge commit * feat: updated openapi operation component * updated query operation sepctype * feat: add AfterShip plugin * refactor: clean error structure and minor manifest updates * Update AfterShip plugin: refine index.ts and operations.json * fix: updated query dropdown style * Changes in error blocks and optional Chaning * Same Error Formate * Changed openAPI spec account * Error * error 2 * Fixed Shipper ID and Error handeling * apiendpoint component used for rendering openapi spec value are persisted * fix: integrated old component * removed log * Key to key --------- Co-authored-by: Devanshu Gupta <devanshuguptaknp@gmail.com> Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
26 lines
615 B
JSON
26 lines
615 B
JSON
{
|
|
"name": "@tooljet-marketplace/aftership",
|
|
"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"
|
|
}
|
|
}
|