{
  "bin": {
    "ultiscss": "./src/config/external.js"
  },
  "main": "./dist/EntryPoint.js",
  "name": "ultiscss",
  "version": "1.2.1",
  "description": "SCSS Component Builder and Validator",
  "engines": {
    "node": "^10.17"
  },
  "scripts": {
    "build": "src/config/make.js build",
    "clean": "src/config/make.js clean",
    "coverage": "nyc npm run test",
    "test": "src/config/make.js test",
    "version_click": "node src/config/make.js version_click"
  },
  "author": "stephen.d.francis@gmail.com",
  "repository": {
    "type": "git",
    "url": "git@github.com:stephenfrancis/ultiscss.git"
  },
  "license": "ISC",
  "sideEffects": false,
  "ultimake_settings": {
    "exec_on_version_click": "npm publish --access public"
  },
  "ultiscss_settings": {
    "source_dir": "src/scss",
    "target_dir": "build"
  },
  "dependencies": {
    "@types/cheerio": "^0.22.13",
    "@types/ejs": "^2.6.3",
    "@types/jest": "^24.0.16",
    "bootstrap": "^4.3.1",
    "cheerio": "^1.0.0-rc.2",
    "css": "^2.2.4",
    "ejs": "^2.6.1",
    "express": "^4.17.1",
    "jest": "^24.1.0",
    "jquery": "^3.5.1",
    "node-sass": "^4.14.1",
    "ts-jest": "^26.0.0",
    "typescript": "3.3.3333",
    "ultimake": "0.4.1"
  },
  "devDependencies": {
    "nyc": "^15.0.0"
  }
}
