wc-country-name
Version:
A web component for displaying country name in desired locale
46 lines (45 loc) • 1.28 kB
JSON
{
"name": "wc-country-name",
"description": "A web component for displaying country name in desired locale",
"version": "0.0.1",
"type": "module",
"module": "dist/lib/wc-country-name.js",
"main": "dist/lib/wc-country-name.umd.js",
"scripts": {
"start": "npm run dev -s",
"dev": "vite --config vite.demo.config.ts",
"build": "vite build",
"build:demo": "vite build --config vite.demo.config.ts",
"preview": "vite preview --config vite.demo.config.ts",
"check": "svelte-check --tsconfig ./tsconfig.json",
"prepublishOnly": "npm run build -s"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.52.0",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^4.0.4"
},
"files": [
"dist/lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/balaji-b-v/wc-country-name.git"
},
"keywords": [
"web-component",
"pure-component",
"Intl-wrapper"
],
"author": "balaji-b-v",
"license": "MIT",
"bugs": {
"url": "https://github.com/balaji-b-v/wc-country-name/issues"
},
"homepage": "https://github.com/balaji-b-v/wc-country-name#readme"
}