-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 832 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
{
"name": "chrome-power-jojo",
"version": "1.1.0",
"description": "Activate Manga Sound Effect like JoJo",
"license": "MIT",
"author": "matzkoh",
"scripts": {
"lint": "run-p lint:*",
"lint:prettier": "prettier -l \"**/*.{html,json,md,yaml,yml}\"",
"lint:stylelint": "stylelint \"**/*.{css,scss}\"",
"fix": "run-p fix:*",
"fix:prettier": "npm run lint:prettier -- --write",
"fix:stylelint": "npm run lint:stylelint -- --fix",
"package": "rm -rf dist && mkdir dist && zip -rq dist/package.zip src"
},
"devDependencies": {
"@types/chrome": "0.0.133",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"prettier-plugin-packagejson": "2.2.10",
"stylelint": "13.11.0",
"stylelint-config-recess-order": "2.3.0"
},
"engines": {
"node": ">= 14",
"npm": ">= 7"
}
}