-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 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
{
"name": "@dotcom-tool-kit/npm",
"version": "4.2.17",
"description": "",
"main": "lib",
"scripts": {
"test": "cd ../../ ; npx jest --silent --projects plugins/npm"
},
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/base": "^1.3.0",
"@dotcom-tool-kit/error": "^4.1.1",
"@dotcom-tool-kit/package-json-hook": "^5.2.5",
"@dotcom-tool-kit/state": "^4.3.2",
"libnpmpack": "^9.0.5",
"libnpmpublish": "^5.0.1",
"pacote": "^12.0.3",
"tar": "^7.4.4",
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/financial-times/dotcom-tool-kit.git",
"directory": "plugins/npm"
},
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/npm",
"devDependencies": {
"@npm/types": "^1.0.2",
"@types/libnpmpublish": "^4.0.6",
"@types/pacote": "^11.1.3",
"winston": "^3.17.0"
},
"files": [
"/lib",
".toolkitrc.yml"
],
"volta": {
"extends": "../../package.json"
},
"peerDependencies": {
"dotcom-tool-kit": "4.x"
},
"engines": {
"node": "18.x || 20.x || 22.x"
}
}