{
    "name": "@dhis2/ui-constants",
    "version": "10.17.0",
    "description": "Constants used in the UI libs",
    "main": "./build/cjs/index.js",
    "module": "./build/es/index.js",
    "exports": {
        "types": "./types/index.d.ts",
        "import": "./build/es/index.js",
        "require": "./build/cjs/index.js"
    },
    "author": "Viktor Varland <viktor@dhis2.org>",
    "license": "BSD-3-Clause",
    "private": false,
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/dhis2/ui.git",
        "directory": "constants"
    },
    "homepage": "https://github.com/dhis2/ui#readme",
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "start": "storybook dev -c ../storybook/config --port 5000",
        "build": "d2-app-scripts build"
    },
    "dependencies": {
        "prop-types": "^15.7.2"
    },
    "files": [
        "build",
        "types",
        "src"
    ],
    "types": "types"
}
