forked from SebaSOFT/walls-have-ears
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "walls-have-ears",
"version": "1.11.1",
"description": "A simple-as-possible module to muffle sounds that are behind a wall for a player.",
"main": "scripts/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix scripts/*.js"
},
"repository": {
"type": "git",
"url": "git+https://SebaSOFT@github.com/SebaSOFT/walls-have-ears.git"
},
"keywords": [
"foundryvtt",
"foundry",
"module",
"audio"
],
"author": "SebaSOFT (sebasoft@gmail.com)",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/SebaSOFT/walls-have-ears/issues"
},
"homepage": "https://github.com/SebaSOFT/walls-have-ears#readme",
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.23.0",
"eslint-plugin-jsdoc": "latest"
},
"packageManager": "yarn@3.2.3"
}