-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
32
33
34
35
36
{
"name": "mirror-block",
"version": "0.0.0",
"description": "트위터에서 나를 차단한 사람을 표시하고, 맞차단(차단반사)할 수 있는 웹 브라우저용 확장기능입니다.",
"main": "MirrorBlock/manifest.json",
"repository": "https://github.com/gaeulbyul/MirrorBlock",
"author": "Gaeulbyul",
"private": true,
"license": "MIT",
"scripts": {
"build": "just default",
"just": "just",
"prepare": "husky"
},
"nano-staged": {
"src/**/*.{ts,tsx,js,jsx,cjs,mjs}": "sane-fmt -w",
"src/**/*.{ts,tsx}": "tsc-files --noEmit"
},
"devDependencies": {
"@sane-fmt/wasm32-wasi": "^0.17.0",
"@types/webextension-polyfill": "^0.10.0",
"esbuild": "^0.20.0",
"esbuild-plugin-alias": "^0.2.1",
"fs-extra": "^10.0.0",
"husky": "^9.0.11",
"just-scripts": "^1.5.4",
"mkdirp": "1.0.4",
"nano-staged": "^0.8.0",
"ncp": "2.0.0",
"rimraf": "3.0.2",
"tsc-files": "^1.1.3",
"typescript": "^5.4.5",
"webextension-polyfill": "^0.10.0"
},
"packageManager": "yarn@4.2.2"
}