-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.53 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
{
"name": "@do-kevin/pc-vn",
"private": false,
"version": "2.1.1",
"description": "Type-safe & simple utility library for searching and filtering Vietnam's localities.",
"main": "dist/pc-vn.cjs.js",
"module": "dist/es/pc-vn.esm.js",
"browser": "dist/pc-vn.umd.js",
"files": [
"dist"
],
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"test": "jest --config jest.config.ts"
},
"keywords": [
"vietnam",
"ward",
"district",
"province",
"localities",
"search",
"filter",
"javascript"
],
"homepage": "https://do-kevin.github.io/pc-vn",
"bugs": {
"url": "https://github.com/do-kevin/pc-vn/pc-vn/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/do-kevin/pc-vn.git"
},
"author": "Kevin Do",
"contributors": [
{
"name": "Kevin Do",
"url": "https://github.com/do-kevin"
},
{
"name": "Mai Dong Giang",
"url": "https://github.com/giangmd"
}
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-terser": "^0.2.1",
"@rollup/plugin-typescript": "^10.0.1",
"@types/jest": "^27.0.0",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"rollup": "^2.56.2",
"rollup-plugin-analyzer": "^4.0.0",
"ts-jest": "^27.0.4",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.4"
},
"dependencies": {}
}