-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
{
"name": "@soliantconsulting/create-taxum-api",
"version": "1.6.1",
"description": "Create a Taxum API",
"repository": {
"type": "git",
"url": "https://github.com/soliantconsulting/create-taxum-api.git"
},
"type": "module",
"author": "Soliant Consulting",
"license": "MIT",
"files": [
"dist/**/*",
"skeleton/**/*"
],
"bin": {
"create-koa-api": "./dist/cli.js"
},
"scripts": {
"test-synth": "rm -rf ./test-synth && tsx ./src/test-cli.ts test-synth",
"build": "tsc",
"format": "biome format . --write",
"check": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^24.12.0",
"lefthook": "^1.13.6",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@aws-sdk/client-acm": "^3.1003.0",
"@aws-sdk/client-secrets-manager": "^3.1003.0",
"@listr2/prompt-adapter-enquirer": "^3.0.5",
"@soliantconsulting/sld-dns-control-client": "^1.0.0",
"@soliantconsulting/starter-lib": "^2.2.0",
"enquirer": "^2.4.1",
"listr2": "^9.0.5"
},
"packageManager": "pnpm@11.0.9"
}