-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 987 Bytes
/
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
{
"name": "country-data-codes",
"version": "4.0.2",
"description": "Easy and Simple Country Data and Code Management solution🤷",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"homepage": "https://www.siamahnaf.com/",
"keywords": [
"country-data-code",
"country code",
"calling code",
"currency-symbol",
"currency-code",
"country-name",
"reactjs",
"node"
],
"scripts": {
"test": "prettier --write src/ && npm run build:esm && npm run build:cjs",
"build": "rmdir /s /q dist && prettier --write src/ && npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJs --outDir dist/cjs"
},
"author": "Siam Ahnaf",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.10",
"typescript": "^4.9.3"
},
"repository": {
"directory": "https://github.com/siamahnaf/country-data-codes"
},
"dependencies": {
"country-data-codes": "^4.0.2"
}
}