UNPKG

stylelint-plugin-import

Version:
57 lines (56 loc) 1.56 kB
{ "name": "stylelint-plugin-import", "version": "1.0.13", "description": "Stylelint plugin for managing imports.", "keywords": [ "css", "less", "scss", "sass", "import", "stylelint", "file", "name", "file name", "reference", "extension", "file extension" ], "homepage": "https://github.com/electrovir/stylelint-plugin-import#readme", "bugs": { "url": "https://github.com/electrovir/stylelint-plugin-import/issues" }, "repository": { "type": "git", "url": "git+https://github.com/electrovir/stylelint-plugin-import.git" }, "license": "MIT", "author": { "name": "electrovir", "url": "https://github.com/electrovir" }, "main": "dist/index.js", "scripts": { "format": "virmator format write", "prepublishOnly": "npm run test:full", "spellcheck": "virmator spellcheck --extendable-config", "test": "tsc && jest", "test:full": "npm test && npm run spellcheck && virmator format check" }, "dependencies": { "stylelint-rule-creator": "5.1.0" }, "devDependencies": { "@types/jest": "28.1.8", "@types/stylelint": "13.13.3", "jest": "29.0.1", "postcss": "8.4.16", "postcss-less": "6.0.0", "stylelint": "14.11.0", "stylelint-jest-rule-tester": "2.1.7", "virmator": "1.4.6" }, "optionalDependencies": { "fsevents": "2.3.2" } }