{ "name": "jsonresume-theme-even", "version": "0.21.0", "description": "A flat JSON Resume theme, compatible with the latest resume schema", "keywords": [ "resume", "json", "theme", "flat", "curriculum-vitae", "cv" ], "homepage": "https://jsonresume-theme-even.rbrd.in/", "bugs": { "url": "https://github.com/rbardini/jsonresume-theme-even/issues" }, "repository": { "type": "git", "url": "https://github.com/rbardini/jsonresume-theme-even" }, "license": "MIT", "author": "Rafael Bardini", "type": "module", "exports": { "require": "./dist/index.cjs", "default": "./dist/index.js" }, "main": "./dist/index.cjs", "unpkg": "./dist/index.umd.cjs", "module": "./dist/index.js", "source": "index.js", "bin": { "jsonresume-theme-even": "bin/cli.js" }, "files": [ "bin", "dist" ], "scripts": { "build": "vite build", "dev": "vite", "format": "prettier .", "lint": "eslint --ignore-path .gitignore .", "prepare": "husky install", "prepublishOnly": "npm run build", "test": "vitest" }, "dependencies": { "feather-icons": "^4.28.0", "micromark": "^2.11.0", "striptags": "^3.2.0" }, "devDependencies": { "@codemirror/commands": "6.2.5", "@codemirror/lang-json": "6.0.1", "@codemirror/theme-one-dark": "6.1.2", "@codemirror/view": "6.19.0", "@vitest/coverage-v8": "0.34.3", "codemirror": "6.0.1", "debounce": "1.2.1", "eslint": "8.48.0", "html-validate": "8.3.0", "husky": "8.0.3", "lint-staged": "14.0.1", "prettier": "3.0.2", "prettier-plugin-packagejson": "2.4.5", "resume-schema": "1.0.0", "vite": "4.4.9", "vitest": "0.34.3" } }