-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 999 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "bitbucket-cloud-pull-requests",
"version": "1.0.0",
"description": "Manage Bitbucket Cloud pull requests",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"watch": "rollup -cw"
},
"dependencies": {
"@budibase/types": "^2.0.13",
"node-fetch": "^2"
},
"devDependencies": {
"@budibase/backend-core": "^2.0.13",
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@jest/globals": "^29.0.3",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/node-fetch": "^2.6.2",
"babel-jest": "^29.0.3",
"jest": "^29.0.3",
"npm-run-all": "^4.1.5",
"rollup": "^2.44.0",
"rollup-plugin-copy2": "^0.3.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"tar": "^6.1.11",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.2"
}
}