-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 946 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": "better-hotkeys-for-zoho-crm",
"version": "1.0.2",
"description": "Better Hotkeys for Zoho CRM - Chrome Browser Extension",
"scripts": {
"build": "NODE_ENV=\"production\" node esbuild.js",
"build.release": "tar czf ./dist/better-hotkeys-for-zoho-crm-v1.0-$(date +%Y-%m-%d-%H-%M-%S).tar.gz ./public/",
"prettier": "prettier --write .",
"prettier:check": "prettier --check ."
},
"keywords": [
"browser extension",
"chrome"
],
"author": "B310 Digital GmbH",
"license": "AGPL",
"devDependencies": {
"@types/chrome": "0.0.200",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/webextension-polyfill": "^0.9.1",
"esbuild": "^0.15.13",
"prettier": "2.7.1",
"typescript": "^4.8.4",
"webextension-polyfill": "^0.10.0"
},
"dependencies": {
"bulma": "^0.9.4",
"hotkeys-js": "^3.10.0",
"react": "18.2.0",
"react-dom": "^18.2.0"
}
}