{
  "name": "@wirednkod/mottled-library",
  "version": "0.0.2-alpha4",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "/css"
  ],
  "scripts": {
    "watch": "tsc -w",
    "ts:cjs": "tsc -p ts/cjs.tsconfig.json",
    "ts:es": "tsc -p ts/es.tsconfig.json",
    "ts:typedefs": "tsc --outDir ./dist --emitDeclarationOnly",
    "ts:all": "yarn ts:es && yarn ts:typedefs",
    "build": "yarn clean && yarn ts:all && node ./utils/cssbundle.js",
    "generate": "node ./utils/generate.js",
    "clean": "rm -rf dist css",
    "clean:all": "yarn run clean && node ./utils/clean.js",
    "lint": "prettier --check .",
    "format": "prettier --write ."
  },
  "devDependencies": {
    "@types/glob": "^7",
    "@types/prettier": "^2",
    "@types/rollup-plugin-peer-deps-external": "^2",
    "glob": "^7.2.0",
    "node-sass": "^7.0.1",
    "postcss": "^8.4.12",
    "prettier": "2.6.2",
    "typescript": "^4.6.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  }
}
