-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 938 Bytes
/
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
{
"name": "simple-calendar-blog-feed",
"title": "Simple Calendar Blog Feed",
"description": "Use WordPress blog posts as Simple Calendar events.",
"version": "1.0.2",
"license": "GPL-2.0+",
"homepage": "https://simplecalendar.io",
"repository": {
"type": "git",
"url": "https://github.com/Xtendify/Simple-Calendar-Blog-Feed"
},
"keywords": [],
"devDependencies": {
"@prettier/plugin-php": "0.20.1",
"grunt": "1.6.1",
"grunt-checktextdomain": "1.0.1",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"load-grunt-tasks": "5.1.0",
"prettier": "3.0.2"
},
"scripts": {
"setup": "yarn",
"prebuild": "yarn setup",
"build": "grunt build",
"lint": "prettier --check . --plugin=@prettier/plugin-php",
"lint:fix": "prettier --write . --plugin=@prettier/plugin-php"
},
"engines": {
"node": ">=18.15.0"
}
}