-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 801 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
33
34
35
36
37
38
39
40
41
{
"name": "rstd",
"version": "0.11.0",
"description": "Language/Interpreter for easily defining and running requests to an http server.",
"bin": {
"rstd": "./npm/run.js"
},
"files": [
"npm/**/*"
],
"homepage": "https://github.com/Gnarus-G/rested#readme",
"repository": {
"type": "git",
"url": "https://github.com/Gnarus-G/rested"
},
"scripts": {
"postinstall": "node ./npm/install.js"
},
"keywords": [
"rest",
"rest-client",
"http",
"script",
"language",
"cli",
"interpreter",
"rest-api",
"api",
"testing"
],
"author": "Gnarus-G",
"license": "GPL-2.0",
"dependencies": {
"binary-install": "^1.1.0",
"tar": "^6.1.15",
"zod": "^3.21.4"
},
"devDependencies": {
"typescript": "^5.1.6"
}
}