-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 911 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
{
"name": "animeflv-graphql",
"version": "2.0.0",
"description": "GraphQL API for AnimeFLV",
"main": "index.js",
"repository": "https://github.com/JuanM04/animeflv-graphql.git",
"author": "Juan Martín Seery <me@juanm04.com>",
"license": "GPL-3.0",
"scripts": {
"dev": "vercel dev",
"generate:nexus": "ts-node --transpile-only schema",
"vercel-build": "yarn -s generate:nexus"
},
"dependencies": {
"@nexus/schema": "^0.17.0",
"apollo-server-micro": "^2.19.0",
"cheerio": "^1.0.0-rc.3",
"cloudscraper": "^4.5.0",
"graphql": "^15.4.0",
"graphql-iso-date": "^3.6.1",
"request": "^2.88.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.22",
"@types/graphql-iso-date": "^3.4.0",
"@types/node": "^14.14.6",
"@types/request": "^2.48.5",
"@types/request-promise": "^4.1.46",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
}
}