-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
44
45
46
47
48
49
{
"name": "@soliantconsulting/fm-mock-server",
"version": "1.10.0",
"description": "Mock server for FileMaker OData script calls",
"type": "module",
"author": "Soliant Consulting",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist/**/*"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"scripts": {
"build": "tsc",
"format": "biome format . --write",
"check": "biome check . --apply"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@tsconfig/node20": "^20.1.4",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/node": "^20.12.7",
"lefthook": "^1.6.10",
"typescript": "^5.4.5"
},
"dependencies": {
"http-graceful-shutdown": "^3.1.13",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
"koa-tree-router": "^0.12.1",
"openapi3-ts": "^4.3.1",
"zod": "^3.23.4"
},
"packageManager": "[email protected]+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}