-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "gaebolg",
"version": "6.1.12-alpha",
"main": "index.js",
"author": "sinkaroid",
"repository": {
"type": "git",
"url": "git+https://github.com/scathachgrip/gaebolg.git"
},
"license": "MIT",
"scripts": {
"build": "netlify-lambda build src",
"dev": "netlify dev",
"ts-check": "tsc --noEmit --lib ES2015 ./src/*.ts",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --fix",
"docs": "typedoc --entryPointStrategy expand src/"
},
"dependencies": {
"async-ratelimiter": "^1.3.7",
"dotenv": "^16.0.3",
"encoding": "^0.1.13",
"ioredis": "^5.3.1",
"phin": "^3.7.0",
"request-ip": "^3.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@types/aws-lambda": "^8.10.114",
"@types/lambda-rate-limiter": "^3.0.0",
"@types/node": "^18.15.10",
"@types/request-ip": "^0.0.37",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"netlify-lambda": "^2.0.1",
"typedoc": "^0.24.1",
"typescript": "^5.0.2"
}
}