-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
38
39
40
{
"name": "hover-align",
"version": "2.0.0",
"description": "A basic FoundryVTT module to display PC/NPC alignment when hovering over a token",
"engines": {
"npm": "8.5.1"
},
"scripts": {
"lint": "eslint . --ext .json,.js --max-warnings 0",
"test": "jest --coverage",
"test:ci": "jest --coverage --ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnmartel/hover-align.git"
},
"author": "John Martel",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnmartel/hover-align/issues"
},
"homepage": "https://github.com/johnmartel/hover-align#readme",
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/preset-env": "7.16.11",
"babel-jest": "27.5.1",
"eslint": "8.9.0",
"eslint-config-prettier": "8.4.0",
"eslint-import-resolver-jest": "3.0.2",
"eslint-plugin-foundry-vtt": "0.0.1",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.5.1",
"jest-extended": "2.0.0",
"jest-junit": "13.0.0",
"prettier": "2.5.1"
}
}