-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 987 Bytes
/
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
37
{
"name": "fvtt-change-log",
"version": "0.3.0",
"description": "A Foundry VTT module to log changes to the chat log",
"main": "scripts/change-log.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Larkinabout/fvtt-change-log.git"
},
"author": "Larkinabout",
"license": "MIT",
"bugs": {
"url": "https://github.com/Larkinabout/fvtt-change-log/issues"
},
"homepage": "https://github.com/Larkinabout/fvtt-change-log#readme",
"dependencies": {
"@yaireo/dragsort": "^1.3.2",
"@yaireo/tagify": "^4.33.0",
"create-vite": "^4.4.1",
"rollup": "^3.26.3"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"vite": "^4.4.7"
}
}