-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
32 lines (32 loc) · 989 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
{
"name": "hn-special",
"version": "1.5.0",
"description": "A theme and extension for Hacker News that improves the look and feel and adds some interesting features.",
"private": true,
"scripts": {
"css": "stylus -c ./lib/extras/hn_theme_light.styl && stylus -c ./lib/extras/hn_theme_dark.styl && stylus -c ./lib/extras/hn_theme_light_contrast.styl",
"build": "npm run css && web-ext build",
"build:dev": "npm run css && web-ext run",
"lint": "eslint lib/**/*.js --fix",
"lint:manifest": "web-ext lint",
"prettier": "prettier --write ./lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/gabrielecirulli/hn-special"
},
"keywords": [
"web",
"extension"
],
"author": "Gabriele Cirulli and Daniel Jost",
"license": "MIT",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"stylus": "0.62.0",
"web-ext": "7.11.0"
}
}