-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 963 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 963 Bytes
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
{
"name": "budibase-datasource-seatable",
"version": "1.0.0",
"description": "Budibase datasource plugin for SeaTable",
"license": "MIT",
"main": "src/index.ts",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "jest",
"test:integration": "INTEGRATION=true jest test/integration.spec.ts --verbose"
},
"dependencies": {
"@budibase/types": "^3.4.0",
"axios": "^1.7.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/jest": "^29.5.0",
"@types/node": "^22.0.0",
"jest": "^29.7.0",
"rollup": "^4.28.0",
"rollup-plugin-json": "^4.0.0",
"@rollup/plugin-terser": "^0.4.0",
"tar": "^7.4.0",
"ts-jest": "^29.2.0",
"ts-node": "^10.9.0",
"tslib": "^2.8.0",
"typescript": "^5.7.0"
}
}