{ "name": "zertex-style", "version": "1.0.1", "author": "Egor Oldenburger ", "license": "MIT", "description": "CSS library", "keywords": [ "vite", "sass", "scss", "js" ], "bin": "./bin/cli.js", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "cypress": "./node_modules/.bin/cypress open" }, "devDependencies": { "cypress": "^10.10.0", "sass": "^1.55.0", "vite": "^3.1.8" }, "repository": { "type": "git", "url": "https://github.com/TefDesign/starterkit-vite-scss" } }