{
  "name": "steller-css",
  "version": "1.0.0-beta.0",
  "description": "A utility-first CSS framework that serves as the foundation of your application's design system",
  "main": "index.js",
  "author": "TJ Hillard",
  "license": "MIT",
  "scripts": {
    "build": "sass --update src/index.scss:dist/index.css",
    "build-test": "sass --update __tests__/index.scss:__tests__/index.css",
    "test": "yarn build-test && jest --env=jsdom --verbose --passWithNoTests",
    "test:watch": "yarn build-test && jest --env=jsdom --watch",
    "lint": "eslint __tests__ --ext .js && stylelint stylelint 'src/**/*.scss'",
    "lint:fix": "eslint __tests__ --ext .js --fix && stylelint stylelint 'src/**/*.scss' --fix --syntax=scss"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-jest": "^22.4.1",
    "husky": "^1.3.1",
    "jest": "^24.7.1",
    "lint-staged": "^8.1.5",
    "sass": "^1.19.0",
    "stylelint": "^10.0.1",
    "stylelint-config-standard": "^18.3.0"
  },
  "dependencies": {}
}
