This repository was archived by the owner on Oct 2, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.26 KB
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
{
"name": "@2pg/oauth",
"version": "1.0.8",
"description": "Simply make Discord OAuth requests. Built with TypeScript, used by 2PG.",
"main": "lib/client.js",
"scripts": {
"docs": "typedoc --out docs/www src --theme docs/docs-theme",
"demo": "ts-node-dev demo/server.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/twopg/OAuth.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"discord",
"OAuth2",
"OAuth"
],
"author": "theADAMJR",
"license": "MIT",
"homepage": "https://twopg.github.io/oauth",
"dependencies": {
"@2pg/oauth": "^1.0.7",
"@discordjs/collection": "^0.1.6",
"cookies": "^0.8.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"jsonwebtoken": "^8.5.1",
"nodemon": "^2.0.7",
"phin": "^3.5.0",
"ts-node": "^9.0.0",
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"uid": "^1.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/cookies": "^0.7.5",
"@types/express": "^4.17.9",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.7",
"chai": "^4.3.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"mocha": "^8.2.1",
"prettier": "^2.1.2",
"ts-mocha": "^8.0.0",
"ts-node-dev": "^1.1.1"
}
}