-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.23 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.23 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "vn-number",
"description": "A bunch of utility functions that work with number in Vietnamese language",
"version": "2.0.4",
"author": {
"name": "Khánh Hoàng",
"email": "hi@khanh.id",
"url": "https://www.khanh.id"
},
"homepage": "https://vn-number.khanh.id",
"repository": {
"type": "git",
"url": "git+https://github.com/hckhanh/vn-number.git"
},
"bugs": {
"url": "https://github.com/hckhanh/vn-number/issues",
"email": "hi@khanh.id"
},
"private": false,
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"scripts": {
"format": "biome check --write",
"prepublishOnly": "tsdown",
"release": "tsdown && changeset publish",
"test": "vitest"
},
"devDependencies": {
"@biomejs/biome": "2.3.13",
"@changesets/cli": "2.29.8",
"@codspeed/vitest-plugin": "5.1.0",
"@vitest/coverage-v8": "3.2.4",
"syncpack": "14.0.0-alpha.40",
"tsdown": "0.20.3",
"typescript": "5.9.3",
"vitest": "3.2.4"
},
"workspaces": [
"."
],
"files": [
"dist"
],
"keywords": [
"reader",
"read",
"number",
"vn",
"vietnam",
"vietnamese",
"vietnamese-language",
"vietnamese-currency",
"currency",
"vnd",
"vn-lang",
"lang",
"language",
"languages",
"language-processing",
"text-generation",
"helper",
"helpers",
"helpers-library",
"helper-tool",
"helper-methods",
"helper-class",
"helper-functions",
"helper-script"
],
"license": "MIT",
"pnpm": {
"overrides": {
"es-define-property": "npm:@socketregistry/es-define-property@^1",
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"gopd": "npm:@socketregistry/gopd@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1"
}
}
}