{ "name": "@joneff/baka", "description": "Dead stupid sass inline importer (inliner)", "version": "2.1.0", "author": "Ivan Zhekov ", "license": "MIT", "keywords": [ "sass", "inliner", "importer", "inline importer" ], "main": "dist/index.js", "files": [ "dist/", "types/" ], "types": "types/index.d.ts", "repository": { "type": "git", "url": "https://github.com/joneff/baka.git" }, "bugs": { "url": "https://github.com/joneff/baka/issues" }, "scripts": { "build": "node scripts/build.js", "watch": "npm run build -- --watch", "lint": "npm run eslint", "eslint": "eslint \"**/*.{js,ts}\"", "test": "npm run build && jest", "check-types": "npx tsc --project tsconfig.json", "update": "npx npm-check-updates --upgrade", "prepublishOnly": "npm run build" }, "dependencies": { "@joneff/sass-import-resolver": "^1.0.0", "glob": "^8.0.3" }, "devDependencies": { "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@commitlint/core": "^17.3.0", "@progress/kendo-theme-default": "^5.11.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@types/jest": "^29.2.3", "@types/node": "^18.11.9", "@typescript-eslint/parser": "^5.44.0", "bootstrap": "^5.2.3", "bulma": "^0.9.4", "esbuild": "^0.15.16", "eslint": "^8.28.0", "foundation-sites": "^6.7.5", "fs-extra": "^10.1.0", "husky": "^4.3.8", "jest": "^29.3.1", "lint-staged": "^13.0.4", "materialize-css": "^1.0.0", "milligram": "^1.4.1", "sass-embedded": "^1.56.1", "semantic-release": "^19.0.5", "typescript": "^4.9.3", "uikit": "^3.15.14", "yargs-parser": "^21.1.1" }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "npm run eslint && npm run test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }