-
-
Notifications
You must be signed in to change notification settings - Fork 151
/
package.json
78 lines (78 loc) · 2.43 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"private": true,
"name": "eigengraus-essential-establishment-generator",
"version": "2.9",
"description": "Eigengrau's Essential Establishment Generator",
"main": "main.txt",
"repository": {
"type": "git",
"url": "git+https://github.com/ryceg/Eigengrau-s-Essential-Establishment-Generator.git"
},
"author": "ryceg",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryceg/Eigengrau-s-Essential-Establishment-Generator/issues"
},
"homepage": "https://github.com/ryceg/Eigengrau-s-Essential-Establishment-Generator/blob/master/README.md",
"scripts": {
"install-compiler": "node -r esbuild-runner/register scripts/install-compiler",
"build": "cross-env NODE_ENV=production node -r esbuild-runner/register scripts/build",
"start": "node -r esbuild-runner/register scripts/build --watch",
"dev": "node -r esbuild-runner/register scripts/build --watch",
"debug": "node -r esbuild-runner/register scripts/build --watch --test",
"test": "jest",
"lint": "eslint \"**/*.{js,ts}\"",
"type": "tsc"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
},
"jest": {
"transform": {
"\\.ts$": "esbuild-runner/jest"
}
},
"dependencies": {
"@builder.io/partytown": "^0.5.2",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@sentry/browser": "^6.19.4",
"@sentry/integrations": "^6.19.4",
"@sentry/tracing": "^6.19.4",
"@types/jest": "^27.4.1",
"@types/jquery": "^3.5.5",
"@types/twine-sugarcube": "^2.33.1",
"@types/yauzl": "^2.9.2",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"chalk": "^4.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.14.34",
"esbuild-runner": "^2.2.1",
"eslint": "^8.12.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-function-call-context": "^1.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jscodeshift": "^0.13.1",
"lint-staged": "^12.3.7",
"rita": "^2.4.91",
"rollup": "^2.36.1",
"rollup-plugin-esbuild-transform": "^1.3.2",
"rollup-plugin-serve": "^1.1.0",
"typescript": "^4.6.3",
"yauzl": "^2.10.0"
},
"devDependencies": {
"typedoc": "^0.22.13"
}
}