UNPKG

country-to-language

Version:
31 lines (30 loc) 814 B
{ "name": "country-to-language", "version": "1.0.1", "description": "Country code to language code.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run tsc", "tsc": "npx tsc" }, "files": [ "dist" ], "keywords": ["country", "country-code", "language", "language-code", "iso"], "author": "suzuneu <aaanemui669@gmail.com> (https://github.com/waki285)", "license": "MIT", "dependencies": {}, "repository": { "type": "git", "url": "git@github.com:AuroraBot-Discord/country-to-language.git" }, "devDependencies": { "ts-loader": "^9.2.5", "typescript": "^4.4.3", "webpack": "^5.52.1", "webpack-cli": "^4.8.0", "webpack-dev-server": "^4.2.1" } }