UNPKG

@sanity/locale-da-dk

Version:

Danish / Dansk locale/translation for Sanity Studio

64 lines 1.49 kB
{ "name": "@sanity/locale-da-dk", "version": "1.0.12", "private": false, "description": "Danish / Dansk locale/translation for Sanity Studio", "keywords": [ "sanity", "i18n", "locale", "localization", "da-DK" ], "homepage": "https://github.com/sanity-io/locales#readme", "bugs": { "url": "https://github.com/sanity-io/locales/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/sanity-io/locales.git", "directory": "locales/da-DK" }, "license": "MIT", "contributors": [ { "name": "Kasper-Buchholtz", "url": "https://github.com/Kasper-Buchholtz" }, { "name": "Kastholm", "url": "https://github.com/Kastholm" } ], "sideEffects": false, "type": "module", "exports": { ".": { "source": "./src/index.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "browserslist": "extends @sanity/browserslist-config", "peerDependencies": { "sanity": "^3.22.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "npm run clean && npm run pkg:build && npm run pkg:check", "clean": "rimraf dist", "pkg:build": "pkg build --strict", "pkg:check": "pkg check --strict" } }