-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.78 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.78 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@dotcom-tool-kit/create",
"version": "4.2.12",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-iam": "^3.812.0",
"@aws-sdk/client-sts": "^3.812.0",
"@dotcom-tool-kit/doppler": "^2.1.7",
"@dotcom-tool-kit/error": "^4.1.0",
"@dotcom-tool-kit/logger": "^4.1.1",
"@dotcom-tool-kit/plugin": "^1.0.0",
"@dotcom-tool-kit/schemas": "^1.9.0",
"@octokit/rest": "^20.1.2",
"@quarterto/parse-makefile-rules": "^1.1.0",
"cli-highlight": "^2.1.11",
"code-suggester": "^5.0.0",
"import-cwd": "^3.0.0",
"komatsu": "^1.3.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.8",
"ordinal": "^1.0.3",
"pacote": "^20.0.0",
"prompts": "^2.4.1",
"simple-git": "^3.27.0",
"tslib": "^2.8.1",
"yaml": "^2.8.0",
"zod": "^3.24.4"
},
"repository": {
"type": "git",
"url": "https://github.com/financial-times/dotcom-tool-kit.git",
"directory": "core/create"
},
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/core/create",
"files": [
"/lib",
"/files"
],
"devDependencies": {
"@types/financial-times__package-json": "^1.9.0",
"@types/lodash": "^4.17.18",
"@types/node": "^16.18.23",
"@types/node-fetch": "^2.6.2",
"@types/pacote": "^11.1.3",
"@types/prompts": "^2.4.9",
"dotcom-tool-kit": "^4.4.3",
"type-fest": "^4.41.0"
},
"volta": {
"extends": "../../package.json"
},
"engines": {
"node": "18.x || 20.x || 22.x"
}
}