-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
39 lines (39 loc) · 1.05 KB
/
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
34
35
36
37
38
39
{
"name": "tawk-magento-2",
"private": true,
"version": "1.6.1",
"description": "Free live chat widget for your site",
"scripts": {
"build": "npm install && composer run build:dev",
"lint": "npm run eslint && composer run lint",
"eslint": "eslint -c ./vendor/magento/magento-coding-standard/eslint/.eslintrc --rulesdir ./vendor/magento/magento-coding-standard/eslint/rules ./**/*.js",
"stylelint": "stylelint ./**/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvinjohnsonso/tawk-magento-2.git"
},
"keywords": [
"magento 2",
"tawk",
"tawkto",
"live chat",
"messaging",
"b2c communication tool",
"support tool",
"helpdesk",
"agents"
],
"author": "tawk.to",
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/alvinjohnsonso/tawk-magento-2/issues"
},
"homepage": "https://github.com/alvinjohnsonso/tawk-magento-2#readme",
"devDependencies": {
"eslint": "^8.7.0",
"husky": "^4.3.8",
"lint-staged": "^12.3.1",
"stylelint": "^14.3.0"
}
}