-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "cooked",
"version": "1.9.6",
"description": "Cooked is the absolute best way to create & display recipes with WordPress. SEO optimized (rich snippets), galleries, cooking timers, printable recipes and much more.",
"main": "index.js",
"scripts": {
"build": "ddev exec -d /var/www/html/wp-content/plugins/cooked gulp build",
"watch": "ddev exec -d /var/www/html/wp-content/plugins/cooked gulp default"
},
"runtimeExecutable": "npm",
"windows": {
"runtimeExecutable": "npm.cmd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XjSv/Cooked.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/XjSv/Cooked/issues"
},
"homepage": "https://github.com/XjSv/Cooked#readme",
"devDependencies": {
"@playwright/test": "^1.48.2",
"@wordpress/e2e-test-utils-playwright": "^1.11.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"playwright": "^1.48.2",
"sass": "^1.75.0"
}
}