forked from leopoldhub/wombo-dream-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 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
{
"name": "wombo-dream-api",
"version": "0.1.6",
"description": "Unofficial API for Wombo Dream",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && npm run prettify && npm run test && npm run doc && npm run compile",
"test": "jest",
"compile": "tsc",
"prettify": "npx prettier --write \"**/*.ts\"",
"doc": "typedoc",
"clean": "rimraf dist && rimraf docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leopoldhub/wombo-dream-api.git"
},
"keywords": [
"wombo",
"dream",
"api",
"ai",
"generated",
"image"
],
"author": "leopoldhub",
"license": "MIT",
"dependencies": {
"@types/node": "^17.0.21",
"axios": "^0.26.1",
"fs": "^0.0.1-security",
"sleep-promise": "^9.1.0",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/sprintf-js": "^1.1.2",
"jest": "^28.1.2",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"typedoc": "^0.22.13",
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "^4.6.2"
},
"bugs": {
"url": "https://github.com/leopoldhub/wombo-dream-api/issues"
},
"homepage": "https://github.com/leopoldhub/wombo-dream-api#readme"
}