-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "cast-redirect",
"version": "1.0.0",
"author": "RustiktamQ",
"description": "Cast redirect",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"madge": "^7.0.0",
"prettier": "^3.3.1",
"typescript": "^5.6.3"
},
"scripts": {
"check-types": "npx tsc",
"check-types-watch": "npx tsc --watch",
"check-circular": "npx madge --circular scripts/",
"upgrade-pack": "yarn upgrade-interactive --latest",
"lint": "eslint -c .eslintrc.json --ext .ts --fix ."
},
"contributors": [
"SicdeX-"
],
"repository": {
"type": "git",
"directory": "/",
"url": "https://github.com/octarine-public/cast-redirect.git"
},
"engines": {
"node": ">=18"
}
}