{
  "name": "@mui-treasury/style-sticker-glow",
  "version": "0.1.0-alpha.5",
  "description": "> TODO: description",
  "author": "siriwatknp <siriwatkunaporn@gmail.com>",
  "homepage": "https://github.com/siriwatknp/mui-treasury-next#readme",
  "license": "MIT",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siriwatknp/mui-treasury-next.git"
  },
  "scripts": {
    "test": "jest --verbose",
    "compile-js": "rimraf javascript && tsc -p tsconfig.js.json",
    "compile-js:watch": "tsc -p tsconfig.js.json --watch",
    "clean": "rimraf dist",
    "build": "yarn clean && yarn build:cjs && yarn build:esm && yarn build:types",
    "build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --config-file ../../babel-config.js --extensions \".js,.ts,.tsx\" ./src --out-dir ./dist --ignore \"**/*.test.ts,**/*.test.tsx,**/*.stories.tsx\"",
    "build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel --config-file ../../babel-config.js --extensions \".js,.ts,.tsx\" ./src --out-dir ./dist/esm --ignore \"**/*.test.ts,**/*.test.tsx,**/*.stories.tsx\"",
    "build:types": "tsc -p tsconfig.build.json",
    "prepare-dist": "ts-node ../../scripts/prerelease.ts style",
    "prepublishOnly": "yarn prepare-dist"
  },
  "bugs": {
    "url": "https://github.com/siriwatknp/mui-treasury-next/issues"
  },
  "peerDependencies": {
    "@mui-treasury/component-sticker": "^0.1.0-alpha.3",
    "@mui-treasury/theme-treasury": "^0.3.0-alpha.7"
  },
  "gitHead": "bb7d0ae2692ac6fff561215919afd04cccf2d564"
}
