darkness-dependent-vision/package.json
2021-12-11 07:15:28 +00:00

54 lines
1.6 KiB
JSON

{
"private": true,
"name": "darkness-dependent-vision",
"version": "0.2.2",
"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"
}
],
"scripts": {
"build": "gulp build",
"build:watch": "gulp watch",
"link-project": "gulp link",
"clean": "gulp clean",
"clean:link": "gulp link --clean",
"bump-version": "gulp bumpVersion",
"lint": "eslint --ext .js .",
"lint:fix": "eslint --ext .js --fix .",
"format": "prettier --write \"./**/*.(js|json|css|yml)\"",
"postinstall": "husky install"
},
"devDependencies": {
"@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0",
"chalk": "4.1.2",
"eslint": "8.4.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"fs-extra": "10.0.0",
"gulp": "4.0.2",
"husky": "7.0.4",
"lint-staged": "12.1.2",
"prettier": "2.5.1",
"rollup": "2.61.1",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"semver": "7.3.5",
"yargs": "17.3.0"
},
"lint-staged": {
"*.(js)": "eslint --fix",
"*.(json|css|yml)": "prettier --write"
}
}