-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 835 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
32
33
34
{
"name": "dream-api",
"version": "2.0.1",
"description": "API wrapper for Wombo Dream",
"main": "dist/app.js",
"scripts": {
"test": "mocha --reporter=xunit --reporter-option output=test-results/result.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdgco/dream-api.git"
},
"keywords": [
"wombo",
"wombo-dream",
"api",
"dream"
],
"author": "cdgco",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"console-table-printer": "^2.11.0",
"form-data": "^4.0.0"
},
"bugs": {
"url": "https://github.com/cdgco/dream-api/issues"
},
"homepage": "https://dream-api.cjr.app",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.1.0"
}
}