tacnoman/gass

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gass",
  "bin": {
    "gass": "./index.js"
  },
  "version": "1.4.0",
  "description": "Tool to get file and line using the css rule. When debugging css is difficult to get the css query and find in scss file. With this tool you will find easy.",
  "main": "index.js",
  "dependencies": {
    "colors": "^1.2.1",
    "commander": "^2.15.1",
    "glob": "^7.1.2",
    "tacnoman-scss-tokenizer": "0.3.1"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "commitizen": "^4.2.2",
    "eslint": "^4.19.1",
    "jest": "^26.6.3",
    "semantic-release": "^17.2.2"
  },
  "scripts": {
    "test": "jest",
    "commit": "npx git-cz",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tacnoman/gass.git"
  },
  "keywords": [
    "gass",
    "grep",
    "sass",
    "scss",
    "search"
  ],
  "author": "Tacnoman <renatocassino@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tacnoman/gass/issues"
  },
  "homepage": "https://github.com/tacnoman/gass#readme"
}