forked from eXaminator/kanka-foundry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.72 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"private": true,
"name": "kanka-foundry",
"version": "3.1.7",
"description": "",
"repository": "https://github.com/eXaminator/kanka-foundry",
"scripts": {
"build": "vite build",
"start": "NODE_ENV=development vite",
"update:types": "npm install --save-dev gitlab:foundry-projects/foundry-pc/foundry-pc-types",
"check": "npm run check:types; npm run check:lint",
"check:types": "tsc --noEmit",
"check:lint": "eslint --ext .ts src",
"release": "semantic-release",
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage"
},
"author": "Steven Weingärtner",
"license": "MIT",
"devDependencies": {
"@google/semantic-release-replace-plugin": "^1.1.0",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/exec": "^6.0.1",
"@semantic-release/git": "^10.0.0",
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"c8": "^7.11.3",
"eslint": "^8.0.1",
"eslint-config-brainbits-typescript": "^4.0.0-beta.4",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-promise": "^6.0.0",
"flat": "^5.0.2",
"handlebars": "^4.7.7",
"js-yaml": "^4.1.0",
"mockdate": "^3.0.5",
"sass": "^1.52.1",
"semantic-release": "^21.0.0",
"ts-node": "^10.3.0",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vitest": "^0.31.1"
},
"dependencies": {
"jwt-decode": "^3.1.2"
}
}