-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.93 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
{
"name": "farmrpg-farmhand",
"version": "1.0.31",
"description": "Your helper around the RPG Farm",
"main": "index.js",
"repository": "git@github.com:anstosa/farmrpg-farmhand.git",
"author": "Ansel Santosa <568242+anstosa@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"@types/circular-dependency-plugin": "^5.0.8",
"@types/greasemonkey": "^4.0.7",
"@types/node": "^20.14.2",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^7.1.2",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"humanize-duration": "^3.32.1",
"luxon": "^3.4.4",
"nodemon": "^3.1.3",
"prettier": "2",
"resolve-url-loader": "^5.0.0",
"ts-loader": "^9.5.1",
"tslib": "^2.6.3",
"tsx": "^4.15.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.13.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-userscript": "^3.2.2"
},
"scripts": {
"build": "NODE_OPTIONS=\"--import tsx\" NODE_ENV=production npx webpack --progress --color",
"lint": "npx eslint --ext .js,.jsx,.ts,.tsx,.json src/",
"lint:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx,.json src/",
"start": "NODE_OPTIONS=\"--import tsx\" NODE_ENV=development webpack serve --color --progress",
"test:vault": "npx tsx ./src/utils/vault.test.ts",
"test:whitespace": "npx tsx ./src/utils/whitespace.test.ts",
"type-check": "npx tsc --noEmit"
}
}