{
  "name": "@telus-uds/system-constants",
  "version": "4.0.0",
  "description": "System level constants and utilities for UDS, usable in both frontend and backend",
  "keywords": [
    "system"
  ],
  "module": "build/esm/index.js",
  "main": "build/cjs/index.js",
  "author": "TELUS Digital",
  "homepage": "https://github.com/telus/universal-design-system#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telus/universal-design-system.git"
  },
  "scripts": {
    "test": "jest",
    "lint": "npm run --prefix ../.. lint:path -- --color packages/system-constants",
    "lint:fix": "npm run --prefix ../.. lint:path -- --fix packages/system-constants",
    "format": "prettier --write .",
    "build:cjs": "babel src -d build/cjs",
    "build:esm": "babel src -d build/esm --env-name module",
    "build": "npm run build:cjs && npm run build:esm"
  },
  "bugs": {
    "url": "https://github.com/telus/universal-design-system/issues"
  },
  "standard-engine": {
    "skip": true
  },
  "dependencies": {
    "lodash.merge": "^4.6.2",
    "lodash.uniq": "^4.5.0"
  }
}
