-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "purrbot-api",
"version": "1.2.1",
"description": "An up-to-date unofficial wrapper for the Purrbot.site API\n100% API Coverage\n100% Type-Script coverage",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Larsundso/purrbot-api.git"
},
"keywords": [
"purr",
"purrbot",
"purr-image",
"wrapper",
"api"
],
"author": "Lars_und_so",
"license": "MIT",
"bugs": {
"url": "https://github.com/Larsundso/purrbot-api/issues"
},
"homepage": "https://github.com/Larsundso/purrbot-api#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/eslint-plugin": "^7.17.7",
"@types/body-parser": "^1.19.2",
"@types/clone": "^2.1.1",
"@types/express": "^4.17.14",
"@types/glob": "^8.0.1",
"@types/moment-duration-format": "^2.2.3",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.38",
"@types/node-schedule": "^2.1.0",
"@types/pg": "^8.6.6",
"@types/request": "^2.48.8",
"@types/string-similarity": "^4.0.0",
"@types/valid-url": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
},
"dependencies": {
"node-fetch": "^3.3.1"
}
}