-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 799 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 799 Bytes
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
{
"name": "getimg-client",
"version": "1.1.0",
"description": "getimg.ai JS Client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format:ts:prettier": "prettier --write src/**"
},
"keywords": ["getimg client"],
"author": "Enes Can Gunes",
"repository": {
"type": "git",
"url": "git+https://github.com/enescang/getimg-client.git"
},
"license": "MIT",
"homepage": "https://github.com/enescang/getimg-client#readme",
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
},
"dependencies": {
"axios": "^1.7.9"
}
}