{
  "name": "sass-spec",
  "version": "3.5.4",
  "description": "Test suite for testing compatibility with the Sass Stylesheet language.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sass/sass-spec.git"
  },
  "keywords": [
    "sass"
  ],
  "files": [
    "spec",
    "index.js"
  ],
  "author": "Michael Mifsud <xzyfer@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sass/sass-spec/issues"
  },
  "homepage": "https://github.com/sass/sass-spec#readme",
  "dependencies": {
    "@types/diff": "^4.0.2",
    "@types/js-yaml": "^3.12.5",
    "@types/lodash": "^4.14.168",
    "@types/node": "^14.14.7",
    "@types/yargs": "^15.0.9",
    "diff": "^5.0.0",
    "js-yaml": "^3.14.0",
    "lodash": "^4.17.21",
    "node-hrx": "^0.1.0",
    "yargs": "^16.1.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "jest": "^26.6.3",
    "prettier": "^2.1.2",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5"
  },
  "scripts": {
    "sass-spec": "ts-node sass-spec.ts",
    "test": "jest"
  },
  "engines": {
    "node": ">=v14.14.0"
  }
}