-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.59 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
{
"name": "use-postal-ph",
"version": "1.1.11",
"description": "This utility library is specifically designed for the Philippines, providing comprehensive information on postal codes,\nmunicipalities, locations, and regions. Moreover, searching within the library is case insensitive.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/blckclov3r/use-postal-ph#readme",
"keywords": [
"use-postal",
"use-ph",
"use-postal-ph",
"postal-ph",
"postal",
"postcode",
"post-code",
"zipcode",
"zip-code",
"address",
"municipality",
"philippines",
"utility",
"library",
"utility-library",
"geolocation",
"offline",
"phil",
"hooks"
],
"author": "blckclov3r",
"license": "MIT",
"repository": {
"url": "git+https://github.com/blckclov3r/use-postal-ph.git"
},
"bugs": {
"url": "https://github.com/blckclov3r/use-postal-ph/issues",
"email": "[email protected]"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@swc/core": "^1.7.18",
"@types/node": "^22.5.0",
"terser": "^5.31.6",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "yarn playwright test",
"test-headed": "yarn playwright test --headed",
"test-web": "yarn playwright test --ui web",
"codegen": "yarn playwright codegen",
"debug-web": "yarn playwright test web --debug",
"report": "playwright show-report",
"build": "tsup",
"start": "node dist/index.js"
}
}