-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
67 lines (67 loc) · 1.65 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "jamoya-one",
"description": "자모야 모여라 - 파일명 자소 분리 수정 도구 (NFD to NFC filename encoder)",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.7",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"svelte": "^5.19.2",
"svelte-check": "^4.1.4",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11"
},
"type": "module",
"main": "index.js",
"bin": {
"jamoya-one": "index.js"
},
"files": [
"index.js"
],
"keywords": [
"한글",
"파일명",
"인코딩",
"Korean",
"filename",
"encoding",
"NFD",
"NFC"
],
"author": "Hyunbin Seo",
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyunbinseo/jamoya.one.git"
},
"bugs": {
"url": "https://github.com/hyunbinseo/jamoya.one/issues"
},
"homepage": "https://jamoya.one/",
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}