-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 845 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
{
"name": "svg-backend",
"version": "1.0.0",
"description": "svg server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node -r esm server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CastelloDev/SvgBackend.git"
},
"keywords": [
"server"
],
"author": "retro rabbit",
"license": "ISC",
"bugs": {
"url": "https://github.com/CastelloDev/SvgBackend/issues"
},
"homepage": "https://github.com/CastelloDev/SvgBackend#readme",
"dependencies": {
"base-64": "0.1.0",
"body-parser": "1.19.0",
"cors": "2.8.5",
"data-uri-to-buffer": "2.0.1",
"esm": "3.2.25",
"express": "4.17.1",
"fs": "0.0.1-security",
"simple-svg-tools": "1.1.12",
"svg-to-dataurl": "1.0.0",
"svgo": "1.3.0"
}
}