-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 952 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": "prevent-xss-vulnerability",
"description": "Development files for the Prevent XSS Vulnerability plugin.",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/samiahmedsiddiqui/prevent-xss-vulnerability.git"
},
"bugs": {
"url": "https://github.com/samiahmedsiddiqui/prevent-xss-vulnerability/issues"
},
"author": "Sami Ahmed Siddiqui",
"devDependencies": {
"@wordpress/eslint-plugin": "12.9.0",
"@wordpress/stylelint-config": "20.0.2",
"del": "7.0.0",
"eslint": "8.22.0",
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-rename": "2.0.0",
"gulp-uglify": "3.0.2"
},
"preventXssVulnerability": {
"pluginVersion": "2.0.1"
}
}