UNPKG

jsonresume-theme-straightforward

Version:
50 lines (49 loc) 1.36 kB
{ "name": "jsonresume-theme-straightforward", "private": false, "version": "0.2.0", "description": "a straightforward jsonresume theme", "homepage": "https://github.com/slugstack/jsonresume-theme-straightforward", "bugs": { "url": "https://github.com/slugstack/jsonresume-theme-straightforward/issues" }, "repository": { "type": "git", "url": "https://github.com/slugstack/jsonresume-theme-straightforward.git" }, "license": "MIT", "author": "Aaron Gershman", "keywords": [ "jsonresume", "theme", "straightforward" ], "files": [ "index.js", "partials/*.hbs", "resume.hbs", "style.css" ], "scripts": { "start": "resume serve --theme .", "export": "npm-run-all export:*", "export:html": "resume export docs/index.html --format html --theme .", "export:pdf": "resume export docs/index.pdf --format pdf --theme .", "lint": "npm-run-all lint:*", "lint:eslint": "eslint .", "lint:pa11y": "pa11y --reporter=cli $(pwd)/docs/index.html", "test": "jest && npm run export:html && npm run lint" }, "dependencies": { "handlebars": "^4.7.6" }, "devDependencies": { "@types/jest": "^29.0.0", "eslint": "^8.0.0", "html-validate": "^7.0.0", "jest": "^29.0.0", "npm-run-all": "^4.1.5", "pa11y": "^6.0.0", "resume-cli": "3.0.8" } }