{
  "name": "@ndla/code",
  "version": "5.0.57",
  "description": "Code components for NDLA",
  "license": "GPL-3.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "node ../../scripts/build.js package",
    "build:types": "tsc -p tsconfig.build.json",
    "prepublish": "yarn build:types"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/NDLANO/frontend-packages.git",
    "directory": "packages/ndla-code"
  },
  "keywords": [
    "ndla"
  ],
  "author": "ndla@knowit.no",
  "files": [
    "lib",
    "es",
    "src",
    "types"
  ],
  "dependencies": {
    "@ndla/button": "^12.0.45",
    "@ndla/core": "^4.5.5",
    "@ndla/icons": "^6.1.3",
    "@ndla/util": "^4.0.4",
    "react-simple-code-editor": "^0.13.0"
  },
  "peerDependencies": {
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "react": ">= 16.8.0",
    "react-dom": ">= 16.8.0",
    "react-i18next": "^13.3.0"
  },
  "devDependencies": {
    "@ndla/types-embed": "^4.1.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "18d8228e549466cbe95555b84e66960ad4c2e590"
}
