-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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
{
"name": "meme.js",
"version": "1.0.0",
"description": "make your terminal danker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --project .",
"lint": "eslint src/",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imaarov/meme.js.git"
},
"keywords": [
"meme"
],
"author": "imaarov",
"license": "ISC",
"bugs": {
"url": "https://github.com/imaarov/meme.js/issues"
},
"homepage": "https://github.com/imaarov/meme.js#readme",
"dependencies": {
"@inquirer/checkbox": "^2.3.8",
"@inquirer/prompts": "^5.0.4",
"@inquirer/select": "^2.3.8",
"canvas": "^2.11.2",
"chalk": "^5.3.0",
"console-image": "^0.0.0",
"dotenv": "^16.4.5",
"globals": "^15.6.0",
"imgcat": "^2.3.0",
"inquirer": "^9.2.22",
"lint": "^0.8.19",
"sharp": "^0.33.4",
"term-img": "^6.0.0",
"terminal-image": "^2.0.0"
},
"type": "module",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.14.9",
"eslint": "9.6.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
},
"packageManager": "[email protected]"
}