-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 948 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
34
35
36
37
{
"name": "whatsbuddy",
"version": "0.2.4",
"description": "WebExtension that adds extra functionalities to WhatsApp Web™️",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafaismyname/whatsbuddy/issues"
},
"homepage": "https://github.com/rafaismyname/whatsbuddy",
"repository": {
"type": "git",
"url": "https://github.com/rafaismyname/whatsbuddy"
},
"keywords": [
"whatsapp",
"tools",
"macros",
"extension",
"chrome-extension",
"firefox-addon"
],
"scripts": {
"start": "NODE_ENV=development parcel src/manifest.json --no-hmr --no-cache",
"build": "parcel build src/manifest.json"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"parcel": "^1.12.4",
"parcel-plugin-web-extension": "^1.6.1",
"sass": "^1.27.0"
},
"dependencies": {
"spectre.css": "^0.5.9"
}
}