-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 918 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 918 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
{
"name": "httpp",
"version": "1.0.0",
"description": "[](https://hex.pm/packages/http_stream) [](https://hexdocs.pm/http_stream/)",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "concurrently --kill-others --success first \"npm:test-server\" \"npm:gleam-test\"",
"gleam-test": "wait-on http://localhost:1773 && gleam test",
"test-server": "ts-node-dev test-server.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"concurrently": "^8.2.2",
"express": "^4.19.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5",
"wait-on": "^7.2.0"
}
}