-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"name": "strange.js",
"description": "A solid library that simplifies interaction with Strange API, making image manipulation easier.",
"version": "1.0.1",
"baseUrl": "https://strangeapi.hostz.me/api",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhaym-tech/strange.js.git"
},
"keywords": [
"Image",
"ImageAPI",
"API",
"API",
"Wrapper",
"Wrapper",
"Typescript",
"Javascript",
"node",
"bun"
],
"author": "Rhaym",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rhaym-tech/strangejs/issues"
},
"homepage": "https://github.com/rhaym-tech/strangejs#readme",
"dependencies": {
"node-fetch": "^2.7.0",
"typescript": "^5.4.3"
},
"devDependencies": {
"@types/node-fetch": "^2.6.11",
"typedoc": "^0.25.12",
"typedoc-material-theme": "^1.0.2",
"typedoc-plugin-mdn-links": "^3.1.19",
"typedoc-plugin-missing-exports": "^2.2.0"
}
}