-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
84 lines (84 loc) · 2.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
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
79
80
81
82
83
84
{
"name": "@docchi/scraping-anime-websites-poland",
"version": "1.0.46",
"description": "Moduł do pobierania linków z popularnych polskich strony z anime",
"main": "dist/cjs/app.js",
"module": "dist/mjs/app.js",
"exports": {
".": {
"import": "./dist/mjs/app.js",
"require": "./dist/cjs/app.js"
}
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/docchipl/Pobieranie-anime-z-polskich-stron.git"
},
"scripts": {
"start": "node dist/cjs/app.js",
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && bash ./fixup.sh",
"build:run": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && bash ./fixup.sh && node dist/cjs/app.js",
"lint": "eslint . --ext .ts",
"test": "jest"
},
"bugs": {
"url": "https://github.com/docchipl/Pobieranie-anime-z-polskich-stron/issues"
},
"homepage": "https://github.com/docchipl/Pobieranie-anime-z-polskich-stron#readme",
"keywords": [
"anime",
"poland",
"frrixysubs",
"okami-subs",
"okamisubs",
"miorosubs",
"mioro-subs",
"maousubs",
"docchi",
"fumetsu",
"nanasubs",
"cda",
"cdaprofile",
"kathsubs",
"katherinemay",
"reikoproject",
"reiko",
"grupamirai",
"grupa-mirai",
"mirai",
"wbijam",
"tmj",
"twojamalajaponia",
"juniorsubs",
"junior-subs",
"paldea",
"makisubs",
"maki-subs",
"pl",
"napisy"
],
"author": "3xanax",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"form-data": "^4.0.0",
"jsdom": "^22.1.0",
"unraw": "^2.0.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.7",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}