-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.34 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
{
"name": "kadvice",
"version": "2.0.2",
"description": "advice korean ver",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/chkim116/kadvice.git"
},
"bugs": {
"url": "https://github.com/chkim116/kadvice/issues"
},
"homepage": "https://github.com/chkim116/kadvice/tree/master/#readme",
"scripts": {
"prebuild": "rm -rf dist",
"build": "vite build",
"test": "vitest",
"test:watch": "vitest --watch",
"coverage": "vitest run --coverage",
"lint": "eslint 'lib/**' --fix"
},
"keywords": [
"quote",
"aphorism",
"korean",
"korean advice",
"advice",
"wisesaying",
"react",
"dailyadvice",
"daily"
],
"author": {
"name": "chkim116",
"email": "cskim132@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
"vite": "^4.4.7",
"vite-plugin-dts": "^3.3.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
}
}