{
  "name": "mo-design-system",
  "version": "1.0.2",
  "description": "mo design system libarary",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "watch": "tsc -w",
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" ",
    "lint": "tslint -p tsconfig.json",
    "minor": "npm version minor",
    "major": "npm version major",
    "patch": "npm version minor",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "publish": "npm publish",
    "preversion": "npm run lint",
    "postversion": "git push && git push --tags",
    "version": "npm run format && git add -A src"
  },
  "author": "Mahmoud Okily",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^28.1.4",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@types/styled-components": "^5.1.25",
    "@types/styled-system__css": "^5.0.16",
    "jest": "^28.1.2",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@types/color": "^3.0.3",
    "@types/styled-system": "^5.1.15",
    "color": "^4.2.3",
    "react": "^18.2.0",
    "styled-components": "^5.3.5",
    "styled-system": "^5.1.5"
  }
}
