-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "update-your-password",
"version": "2.2.0",
"description": "Foundry VTT module that allows users to update their own password",
"repository": {
"type": "git",
"url": "git+https://github.com/RichardRobertson/update-your-password.git"
},
"keywords": [
"foundry-vtt",
"foundry-vtt-module"
],
"author": "Richard Robertson",
"license": "ISC",
"bugs": {
"url": "https://github.com/RichardRobertson/update-your-password/issues"
},
"homepage": "https://github.com/RichardRobertson/update-your-password",
"devDependencies": {
"del": "^7.0.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.14.0",
"gulp": "^4.0.2",
"gulp-json-modify": "^1.0.2",
"gulp-zip": "^5.1.0",
"prettier": "^3.4.2"
},
"type": "module",
"scripts": {
"lint": "eslint",
"format": "prettier --write ."
}
}