{
  "name": "@daysnap/define-sass",
  "version": "0.0.24",
  "description": "sass define",
  "scripts": {
    "release": "dsc publish -t",
    "sass": "sass --no-source-map --watch example/sass:example/css src:example/temp",
    "serve": "live-server --no-browser --open=./example --port=12580",
    "dev": "run-p sass serve",
    "prepare": "husky install && echo 'export PATH=\"/usr/local/bin/:$PATH\"' >> ~/.huskyrc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daysnap/daysnap-define-sass.git"
  },
  "keywords": [
    "daysnap",
    "define",
    "sass",
    "scss"
  ],
  "files": [
    "src"
  ],
  "main": "src/index.scss",
  "exports": {
    ".": "./src/index.scss",
    "./reset": "./src/reset.scss",
    "./transition": "./src/transition.scss",
    "./*": "./*"
  },
  "author": "woshiajuana",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/daysnap/daysnap-define-sass/issues"
  },
  "homepage": "https://github.com/daysnap/daysnap-define-sass#readme",
  "devDependencies": {
    "@commitlint/cli": "^16.2.1",
    "@commitlint/config-conventional": "^16.2.1",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^7.0.4",
    "live-server": "^1.2.2",
    "npm-run-all2": "^7.0.1",
    "sass": "1.51.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}