forked from tin0312/walk-more-than-you-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 947 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": "walk-more-than-you-scroll",
"version": "0.0.1",
"description": "## Development",
"main": "background.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint .",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier . --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npx prettier --write . && npm run lint:fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tin0312/walk-more-than-you-scroll.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tin0312/walk-more-than-you-scroll/issues"
},
"homepage": "https://github.com/tin0312/walk-more-than-you-scroll#readme",
"devDependencies": {
"@types/chrome": "^0.0.242",
"@types/jquery": "^3.5.16",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "3.0.2"
}
}