forked from Automattic/wp-super-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 761 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 761 Bytes
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
{
"name": "@automattic/jetpack-super-cache",
"version": "4.0.0-alpha",
"private": true,
"description": "A very fast caching engine for WordPress that produces static html files.",
"homepage": "https://jetpack.com",
"bugs": {
"url": "https://github.com/Automattic/wp-super-cache/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/wp-super-cache.git"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"build": "echo 'Not implemented.'",
"build-js": "echo 'Not implemented.'",
"build-production": "echo 'Not implemented.'",
"build-production-js": "echo 'Not implemented.'",
"clean": "true"
},
"devDependencies": {
"@eslint/js": "^9.0",
"eslint": "^9.0",
"globals": "^15.0"
}
}