forked from tawk/tawk-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 707 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 707 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
{
"name": "tawk-wordpress",
"version": "0.8.4",
"description": "tawk.to wordpress plugin",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint ./tawkto/**/*.js",
"stylelint": "stylelint ./tawkto/**/*.css"
},
"author": "tawk.to",
"license": "GPL-3.0",
"devDependencies": {
"@wordpress/stylelint-config": "^19.1.0",
"eslint": "^8.4.1",
"eslint-config-wordpress": "^2.0.0",
"grunt": "^1.4.1",
"grunt-eslint": "^24.0.0",
"grunt-phpcs": "^0.4.0",
"grunt-stylelint": "^0.17.0",
"husky": "^4.3.8",
"lint-staged": "^12.1.2",
"stylelint": "^13.13.1"
}
}