{ "private": true, "name": "darkness-dependent-vision", "version": "0.3.9", "description": "A module for Foundry Virtual Tabletop that provides functionality to make the dim and bright vision of tokens depend on the scene's darkness level.", "license": "https://git.f3l.de/ghost/darkness-dependent-vision#licensing", "homepage": "https://git.f3l.de/ghost/darkness-dependent-vision", "repository": { "type": "git", "url": "https://git.f3l.de/ghost/darkness-dependent-vision" }, "bugs": { "url": "https://git.f3l.de/ghost/darkness-dependent-vision/-/issues" }, "contributors": [ { "name": "Johannes Loher", "email": "johannes.loher@fg4f.de" } ], "type": "module", "scripts": { "build": "run-s clean:files build:files", "build:files": "rollup -c", "watch": "rollup -c -w", "link-package": "node ./tools/link-package.mjs", "clean": "run-p clean:files clean:link", "clean:files": "rimraf dist", "clean:link": "node ./tools/link-package.mjs --clean", "lint": "eslint --ext .ts,.js,.cjs,.mjs .", "lint:fix": "eslint --ext .ts,.js,.cjs,.mjs --fix .", "format": "prettier --write \"./**/*.(ts|js|cjs|mjs|json|scss|yml)\"", "typecheck": "tsc --noEmit", "bump-version": "node ./tools/bump-version.mjs", "postinstall": "husky install", "changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2" }, "devDependencies": { "@commitlint/cli": "17.6.1", "@commitlint/config-conventional": "17.6.1", "@guanghechen/rollup-plugin-copy": "4.7.4", "@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0", "conventional-changelog-cli": "2.2.2", "conventional-changelog-conventionalcommits": "5.0.0", "eslint": "8.39.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-prettier": "4.2.1", "fs-extra": "11.1.1", "gulp": "4.0.2", "husky": "8.0.3", "lint-staged": "13.2.1", "npm-run-all": "4.1.5", "prettier": "2.8.7", "rimraf": "5.0.0", "rollup": "3.20.7", "rollup-plugin-terser": "7.0.2", "semver": "7.5.0", "yargs": "17.7.1" }, "lint-staged": { "*.(js|mjs|cjs)": "eslint --fix", "*.(json|css|yml)": "prettier --write" }, "packageManager": "yarn@3.5.0" }