ToolJet/plugins/packages/dynamodb/package.json
2022-02-08 08:44:38 +05:30

24 lines
528 B
JSON

{
"name": "@tooljet-plugins/dynamodb",
"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"
},
"dependencies": {
"@tooljet-plugins/common": "file:../common",
"aws-sdk": "^2.1046.0",
"react": "^17.0.2",
"rimraf": "^3.0.2"
}
}