-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
30 lines (30 loc) · 862 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
{
"name": "custom-permalinks",
"description": "Development files for the Custom Permalinks plugin.",
"version": "2.7.0",
"repository": {
"type": "git",
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks.git"
},
"bugs": {
"url": "https://github.com/samiahmedsiddiqui/custom-permalinks/issues"
},
"author": "Sami Ahmed Siddiqui",
"scripts": {
"lint": "npm run lint:css && npm run lint:js",
"lint:fix": "npm run lint:css:fix && npm run lint:js:fix",
"lint:css": "npx stylelint **/*.css",
"lint:css:fix": "npx stylelint **/*.css --fix",
"lint:js": "eslint .",
"lint:js:fix": "eslint . --fix"
},
"devDependencies": {
"@wordpress/eslint-plugin": "20.2.0",
"@wordpress/stylelint-config": "22.5.0",
"eslint": "8.57.0",
"gulp": "5.0.0",
"gulp-clean-css": "4.3.0",
"gulp-rename": "2.0.0",
"gulp-uglify": "3.0.2"
}
}