json-theme-even-fork/package.json

48 lines
1.2 KiB
JSON

{
"name": "jsonresume-theme-even",
"version": "0.12.0",
"description": "A flat theme for JSON Resume, compatible with the bleeding edge resume schema",
"homepage": "https://github.com/rbardini/jsonresume-theme-even",
"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",
"bin": {
"jsonresume-theme-even": "bin/cli.js"
},
"files": [
"bin",
"index.js",
"resume.hbs",
"partials/*.hbs",
"style.css"
],
"scripts": {
"build:demo": "mkdir -p public && cat node_modules/resume-schema/sample.resume.json | ./bin/cli.js > public/index.html",
"format": "prettier --write .",
"lint": "eslint .",
"prepare": "husky install",
"test": "tap --no-check-coverage"
},
"dependencies": {
"feather-icons": "^4.28.0",
"handlebars": "^4.7.0",
"micromark": "^2.11.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"eslint": "7.32.0",
"html-validate": "6.1.0",
"husky": "7.0.2",
"lint-staged": "11.2.0",
"prettier": "2.4.1",
"resume-schema": "1.0.0",
"tap": "15.0.10"
}
}