-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 984 Bytes
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
{
"name": "infinite",
"private": true,
"contributors": [
"DidaS <didasoficial@gmail.com>",
"Niek <frankenstein795@gmail.com>",
"Nightmaretopia <ultrania1@hotmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Infinite-Fansub/infinite.git"
},
"author": "DidaS",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Infinite-Fansub/infinite/issues"
},
"homepage": "https://github.com/Infinite-Fansub/infinite#readme",
"scripts": {
"lint": "eslint \"packages/**/*.ts\"",
"lint:fix": "eslint \"packages/**/.ts\" --fix"
},
"devDependencies": {
"@types/node": "^18.7.15",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.21.0",
"eslint-plugin-tsdoc": "^0.2.14",
"ts-node": "^10.7.0",
"typescript": "^5.0.3"
},
"workspaces": [
"packages/types",
"packages/fetch",
"packages/logger",
"packages/*"
]
}