handbooker
Version:
Turn markdown into a players handbook
63 lines (62 loc) • 1.51 kB
JSON
{
"name": "handbooker",
"version": "1.6.6",
"description": "Turn markdown into a players handbook",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metamagic-games/handbooker.git"
},
"keywords": [
"players",
"handbook",
"d&d",
"dnd",
"tabletop",
"gaming",
"markdown",
"pdf",
"homebrewery"
],
"files": [
"lib"
],
"author": "Max Clayton Clowes <maxcc@me.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/metamagic-games/handbooker/issues"
},
"homepage": "https://github.com/metamagic-games/handbooker#readme",
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib --ignore '**/*.spec.js' && copyfiles --up 1 src/styles/* lib",
"format": "prettier --write src/",
"format:staged": "pretty-quick --staged --pattern ./src/**",
"test": "jest",
"test:watch": "jest --watch --runInBand --bail"
},
"husky": {
"hooks": {
"pre-commit": "npm run format:staged && npm run build"
}
},
"dependencies": {
"fs": "0.0.1-security",
"html-pdf-chrome": "^0.6.1",
"lodash": "^4.17.20",
"marked": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-jest": "^26.6.1",
"copyfiles": "^2.4.0",
"husky": "^4.3.0",
"jest": "^26.6.1",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0"
}
}