Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Incognito-old
Path: blob/main/package.json
171 views
1
{
2
"name": "incognito",
3
"version": "1.0.0",
4
"description": "Access the world wide web",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"start": "node index.js"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/titaniumnetwork-dev/Incognito.git"
13
},
14
"keywords": [
15
"proxy"
16
],
17
"author": "Titanium Network",
18
"license": "ISC",
19
"bugs": {
20
"url": "https://github.com/titaniumnetwork-dev/Incognito/issues"
21
},
22
"homepage": "https://github.com/titaniumnetwork-dev/Incognito#readme",
23
"dependencies": {
24
"corrosion": "^1.0.0",
25
"fastify": "^3.21.0",
26
"fastify-cookie": "^5.3.1",
27
"fastify-express": "^0.3.3",
28
"fastify-formbody": "^5.1.0",
29
"fastify-static": "^4.2.3"
30
}
31
}
32
33