mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* DynamicForm Options Ordering * undo manifest * autofetch * improvements * error standardisation * ssh tunneling and ordering * bug fixes * toggle flip * helper text * ui changes * design changes * azure design changes * removed fx button from mysql * ui changes --------- Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com> Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
27 lines
627 B
JSON
27 lines
627 B
JSON
{
|
|
"name": "@tooljet-plugins/mssql",
|
|
"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": "tsc -b",
|
|
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
|
|
},
|
|
"homepage": "https://github.com/tooljet/tooljet#readme",
|
|
"dependencies": {
|
|
"@tooljet-plugins/common": "file:../common",
|
|
"knex": "^3.1.0",
|
|
"react": "^17.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"ssh2": "^1.17.0",
|
|
"tedious": "^18.2.1"
|
|
}
|
|
}
|