-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.41 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
64
65
66
67
68
69
70
71
72
{
"name": "memegen-techstack",
"version": "2.0.2",
"description": "Generate memes either randomly or by query.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"types": "rtb --dist dist"
},
"devDependencies": {
"@favware/rollup-type-bundler": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"npm-run-all": "^4.1.5",
"typedoc": "^0.24.8",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^5.1.3"
},
"dependencies": {
"axios": "^1.4.0"
},
"engines": {
"node": ">=16.0.0"
},
"eslintConfig": {
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"rules": {
"object-curly-spacing": [
"error",
"always"
]
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
]
},
"repository": {
"type": "git",
"url": "https://github.com/SxMAbel/memegen.git"
},
"author": "Abel Purnwasy",
"contributors": [
"unf6",
"sxm_abel"
],
"license": "Apache-2.0",
"keywords": [
"meme",
"generator",
"discord",
"nodejs",
"memegenerator",
"memegen",
"techstack",
"TechStack",
"queryMeme",
"redditMemes",
"reddit",
"giphyMemes",
"giphy"
]
}