-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 KB
/
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
38
39
40
41
42
43
{
"name": "@usevenice/coda-pack-attio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --project . --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@codahq/packs-sdk": "^1.3.0",
"handlebars": "^4.7.7",
"psl": "^1.9.0",
"remeda": "^1.8.1",
"url-parse": "1.5.10",
"zod": "^3.20.6",
"currency.js": "2.0.4"
},
"devDependencies": {
"@types/jest": "29.4.0",
"@types/node": "^18.11.18",
"@types/psl": "1.1.0",
"@types/url-parse": "1.4.8",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/experimental-utils": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"email-addresses": "5.0.0",
"esbuild": "^0.17.11",
"esbuild-jest": "^0.5.0",
"eslint": "^8.35.0",
"eslint-plugin-ban": "^1.6.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-local": "^1.0.0",
"eslint-plugin-prefer-let": "^3.0.1",
"jest": "^29.5.0",
"json-schema": "^0.4.0",
"tsx": "3.12.5",
"typescript": "^4.9.4"
}
}