-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 860 Bytes
/
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
{
"name": "api-testing-tool",
"version": "1.0.0",
"description": "A simple tool to test your REST APIs",
"main": "index.js",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuzumi/api-testing-tool.git"
},
"author": "Bogdan Morozyuk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuzumi/api-testing-tool/issues"
},
"homepage": "https://github.com/yuzumi/api-testing-tool#readme",
"dependencies": {
"@codemirror/basic-setup": "^0.18.2",
"@codemirror/commands": "^0.18.3",
"@codemirror/lang-json": "^0.18.0",
"@codemirror/view": "^0.18.17",
"axios": "^0.21.1",
"bootstrap": "^5.0.1",
"pretty-bytes": "^5.6.0"
},
"devDependencies": {
"snowpack": "^3.5.9"
}
}