{ "private": true, "name": "risk-dice-modifier", "description": "An implementation of risk rolls as found for example in the Splittermond game system", "version": "0.1.1", "license": "MIT", "homepage": "https://git.f3l.de/ghost/risk-dice-modifier", "repository": { "type": "git", "url": "https://git.f3l.de/ghost/risk-dice-modifier" }, "bugs": { "url": "https://git.f3l.de/ghost/risk-dice-modifier/-/issues" }, "contributors": [ { "name": "Johannes Loher", "email": "johannes.loher@fg4f.de" } ], "scripts": { "build": "gulp build", "build:watch": "gulp watch", "link": "gulp link", "clean": "gulp clean && gulp link --clean", "update": "yarn add --dev foundry-vtt-types@github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9", "updateManifest": "gulp updateManifest", "lint": "eslint 'src/**/*.ts' --cache", "lint:fix": "eslint 'src/**/*.ts' --cache --fix", "format": "prettier --write 'src/**/*.(ts|json)'", "postinstall": "husky install" }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.0", "@types/fs-extra": "^9.0.11", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "chalk": "^4.1.1", "eslint": "^7.27.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9", "fs-extra": "^10.0.0", "gulp": "^4.0.2", "husky": "^6.0.0", "json-stringify-pretty-compact": "^3.0.0", "lint-staged": "^11.0.0", "prettier": "^2.3.0", "rollup": "^2.48.0", "rollup-plugin-typescript2": "^0.30.0", "tslib": "^2.2.0", "typescript": "^4.2.4", "yargs": "^17.0.1" }, "lint-staged": { "*.ts": "eslint --cache --fix", "*.json": "prettier --write" } }