-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 780 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 780 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
29
{
"name": "supervisor",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/supervisor-wp/supervisor-wp.git"
},
"author": "Tiago Hillebrandt <tiago@tiagohillebrandt.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/supervisor-wp/supervisor-wp/issues"
},
"homepage": "https://github.com/supervisor-wp/supervisor-wp#readme",
"devDependencies": {
"@wordpress/eslint-plugin": "^14.12.0",
"eslint": "^8.53.0",
"grunt": "^1.6.1",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.3.0",
"sass": "^1.69.5"
},
"scripts": {
"grunt": "grunt"
}
}