-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 950 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 950 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
35
36
{
"name": "pxlapi",
"version": "1.0.0",
"description": "pxlAPI Image Manipulation API",
"main": "index.js",
"scripts": {
"docs": "apidoc -i controllers -o ../docs/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pxlapi/pxlapi.git"
},
"author": "Mathis Mensing <mathis@matmen.dev>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/pxlapi/pxlapi/issues"
},
"homepage": "https://github.com/pxlapi/pxlapi#readme",
"dependencies": {
"@sentry/node": "^6.1.0",
"bcrypt": "^5.0.0",
"form-data": "^3.0.1",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"imagescript": "^1.2.9",
"isolated-vm": "^4.6.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.9.8",
"pg": "^8.5.1",
"playwright": "^1.40.1",
"redis": "^3.0.2",
"stripe": "^8.137.0",
"ws": "^7.4.2"
}
}