-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.04 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
{
"name": "redesign-fixes",
"displayName": "e621 Redesign Fixes",
"version": "2.0.9",
"description": "Restore e621.net back to its classic look",
"repository": {
"type": "git",
"url": "git+https://github.com/re621/Redesign-Fixes.git"
},
"author": "bitWolfy",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/re621/Redesign-Fixes/issues"
},
"homepage": "https://github.com/re621/Redesign-Fixes#readme",
"main": "./build/script.user.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm-run-all sass autoprefixer userstyle",
"build:testing": "npm-run-all sass autoprefixer userstyle",
"sass": "sass ./src/style.scss ./build/style.min.css --no-source-map --style compressed",
"autoprefixer": "postcss ./build/style.min.css --no-map --use autoprefixer -r",
"userstyle": "node ./bin/userstyle-format.js"
},
"devDependencies": {
"autoprefixer": "^9.7.5",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.0",
"sass": "^1.26.3"
}
}