-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 997 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": "shared",
"types": "src/index.ts",
"main": "src/index.ts",
"scripts": {
"includecheck": "./check_includes.sh",
"check": "pnpm -w check:glob ./shared/src",
"typecheck": "tsc --noEmit",
"test": "jest --testRegex=.unit.test.ts",
"fullcheck": "pnpm -w fullcheck --filter=shared"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/geojson": "^7946.0.10",
"@types/jest": "^29.5.2",
"@types/node": "^20.17.16",
"@types/ramda": "^0.30.2",
"axios": "^1.6.0",
"babel-jest": "^29.5.0",
"date-fns": "2.28.0",
"html-templates": "workspace:*",
"jest": "^29.5.0",
"js-base64": "^3.7.3",
"libphonenumber-js": "^1.11.1",
"pino": "^7.9.1",
"ramda": "^0.30.1",
"shared-routes": "^0.8.30",
"typescript": "^5.7.3",
"zod": "3.22.3"
},
"dependencies": {
"openapi-types": "^12.1.3",
"ts-pattern": "^5.2.0"
}
}