-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 846 Bytes
/
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
{
"name": "monoschinos",
"main": "dist/index.js",
"module": "source/index.ts",
"description": "Just another MonosChinos Scrapper",
"author": "CarlosNunezMX",
"license": "ISC",
"version": "0.5.1",
"files": [
"dist",
"types"
],
"scripts": {
"build": "tsc"
},
"type": "module",
"engines": {
"node": ">18.0.0",
"bun": ">1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/CarlosNunezMX/monoschinos.git"
},
"keywords": [
"anime",
"monoschinos",
"monoschinos scrapper",
"anime spanish",
"anime español"
],
"devDependencies": {
"@types/he": "^1.2.3",
"bun-types": "latest",
"typescript": "^5.3.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"he": "^1.2.0",
"node-html-parser": "^6.1.11"
}
}