forked from Financial-Times/dotcom-tool-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
50
51
{
"name": "@dotcom-tool-kit/npm",
"version": "3.2.2",
"description": "",
"main": "lib",
"scripts": {
"test": "cd ../../ ; npx jest --silent --projects plugins/npm"
},
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@actions/exec": "^1.1.0",
"@dotcom-tool-kit/error": "^3.1.0",
"@dotcom-tool-kit/package-json-hook": "^4.1.0",
"@dotcom-tool-kit/state": "^3.1.1",
"@dotcom-tool-kit/types": "^3.4.1",
"libnpmpack": "^3.1.0",
"libnpmpublish": "^5.0.1",
"pacote": "^12.0.3",
"tar": "^4.4.16",
"tslib": "^2.3.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": {
"@types/libnpmpublish": "^4.0.1",
"@types/pacote": "^11.1.3",
"@types/tar": "^6.1.1",
"winston": "^3.5.1"
},
"files": [
"/lib",
".toolkitrc.yml"
],
"volta": {
"extends": "../../package.json"
},
"peerDependencies": {
"dotcom-tool-kit": "3.x"
},
"engines": {
"node": "16.x || 18.x",
"npm": "7.x || 8.x || 9.x"
}
}