-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.2 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "onrl",
"version": "0.0.0",
"description": "Easy accesible NRL data",
"keywords": [
"nrl",
"national",
"rugby",
"league",
"api",
"onrl",
"data",
"rest"
],
"author": "fisocodes",
"homepage": "https://github.com/fisocodes/onrl",
"bugs": {
"url": "https://github.com/fisocodes/onrl/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fisocodes/onrl.git"
},
"license": "MIT",
"engines": {
"node": ">=22.12.0"
},
"os": [
"linux"
],
"workspaces": [
"api"
],
"scripts": {
"prepare": "husky",
"lint:check": "eslint",
"lint:fix": "eslint --fix",
"format:fix": "prettier . --write",
"format:check": "prettier . --check"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@eslint/css": "^0.10.0",
"@eslint/js": "^9.33.0",
"@eslint/json": "^0.13.1",
"@eslint/markdown": "^7.1.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^16.3.0",
"husky": "^9.1.7",
"jiti": "^2.5.1",
"prettier": "3.6.2",
"typescript-eslint": "^8.39.1"
}
}