-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
63 lines (63 loc) · 1.6 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
{
"name": "ryuanime",
"version": "1.0.0",
"description": "A free anime streaming , scraping jkanime.",
"main": "index.js",
"scripts": {
"start": "nodemon --watch 'src/*.ts' --exec ts-node-dev src/index.ts",
"lint": "eslint --fix src",
"audit": "snyk test",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"keywords": [
"jkanime"
],
"author": "Chris Michael",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ChrisMichaelPerezSantiago/ryuanime.git"
},
"dependencies": {
"@types/cheerio": "^0.22.11",
"@types/cors": "^2.8.5",
"@types/events": "^3.0.0",
"@types/helmet": "0.0.44",
"@types/jsdom": "^12.2.3",
"@types/node-fetch": "^2.5.2",
"add": "^2.0.6",
"all-contributors-cli": "^6.7.0",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"compose-middleware": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"eslint": "^6.0.1",
"express": "^4.17.1",
"helmet": "^3.18.0",
"jsdom": "^15.1.1",
"node-fetch": "^2.6.0",
"puppeteer": "^1.18.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.2",
"uninstall": "0.0.0"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.0",
"@types/node": "^12.0.8",
"@types/puppeteer": "^1.12.4",
"mocha": "^6.1.4",
"nodemon": "^1.19.1",
"snyk": "^1.179.0",
"supertest": "^4.0.2",
"ts-node-dev": "^1.0.0-pre.40"
},
"engines": {
"npm": ">=5.5.0",
"node": ">=9.3.0"
}
}