forked from sb-gravity100/node-4anime-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.57 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
{
"name": "node-4anime-scraper",
"version": "3.0.0",
"main": "dist/",
"repository": {
"type": "git",
"url": "git+https://github.com/sb-gravity100/4anime-api-test.git"
},
"author": "SB <'[email protected]'>",
"license": "MIT",
"description": "4anime API",
"bugs": {
"url": "https://github.com/sb-gravity100/4anime-api-test/issues"
},
"homepage": "https://github.com/sb-gravity100/4anime-api-test#readme",
"scripts": {
"clean": "rimraf ./dist",
"type": "tsc",
"build": "run-s clean type",
"watch": "tsc --watch",
"release": "np --yolo --no-yarn",
"docs": "run-s docs:*",
"docs:1clean": "rimraf ./docs",
"docs:2transpile": "typedoc",
"docs:3commit": "git add docs && git commit -m \"Docs updated\" ",
"pre": "np prerelease --yolo --no-yarn --tag=pre",
"serve-docs": "serve docs"
},
"keywords": [
"anime",
"downloader",
"4anime",
"node"
],
"dependencies": {
"aigle": "^1.14.1",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"lodash": "^4.17.21",
"node-html-parser": "^3.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.41",
"np": "^7.5.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"server": "^1.0.32",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
},
"files": [
"dist/",
"src/",
"index.js",
"test.js",
"tsconfig.json"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}