forked from OKEAMAH/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 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
{
"name": "jetpack-cli",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "[Jetpack](https://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).",
"homepage": "https://jetpack.com",
"bugs": {
"url": "https://github.com/Automattic/jetpack/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"bin": {
"jetpack": "bin/jetpack.js"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --testMatch='<rootDir>/tests/**/*.test.js'"
},
"dependencies": {
"@octokit/auth-token": "5.1.1",
"@octokit/rest": "20.1.1",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"configstore": "5.0.1",
"enquirer": "2.4.1",
"envfile": "6.17.0",
"execa": "7.0.0",
"glob": "10.4.1",
"ignore": "5.1.8",
"js-yaml": "4.1.0",
"listr": "0.14.3",
"listr-silent-renderer": "1.1.1",
"listr-update-renderer": "0.5.0",
"listr-verbose-renderer": "0.6.0",
"p-debounce": "4.0.0",
"p-limit": "4.0.0",
"path-name": "1.0.0",
"pluralize": "8.0.0",
"process": "0.11.10",
"semver": "7.5.2",
"sprintf-js": "1.1.2",
"tmp": "0.2.3",
"yargs": "17.6.2"
},
"devDependencies": {
"jest": "29.7.0",
"jest-extended": "4.0.2"
}
}