ToolJet/marketplace/plugins/jira/package.json
2024-10-28 23:37:40 +05:30

24 lines
574 B
JSON

{
"name": "@tooljet-plugins/jira",
"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-plugins/common": "file:../common",
"jira.js": "^4.0.1",
"react": "^17.0.2"
}
}